1
0
mirror of synced 2025-02-18 06:13:13 +03:00
messenger/go.mod

8 lines
183 B
Modula-2
Raw Normal View History

2019-03-25 11:37:05 -07:00
module github.com/dfischer/messenger
2019-01-01 22:11:47 +01: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
)