1
0
Fork 0
mirror of synced 2025-04-01 20:26:10 +03:00
messenger/go.mod

13 lines
265 B
Modula-2

module github.com/retailcrm/messenger
go 1.23.5
require (
github.com/stretchr/testify v1.2.2
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)