1
0
mirror of synced 2024-11-21 20:36:06 +03:00
messenger/go.mod

9 lines
241 B
Modula-2
Raw Normal View History

module github.com/retailcrm/messenger
2019-01-02 00:11:47 +03:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
2019-07-31 00:38:58 +03:00
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
2019-01-02 00:11:47 +03:00
)