1
0
mirror of synced 2024-11-25 06:16:07 +03:00

add: go module for go 1.11

This commit is contained in:
Albert Le Batteux 2019-01-01 22:11:47 +01:00
parent 7fbedb40b4
commit b984d44124
No known key found for this signature in database
GPG Key ID: 6ECDB1C9555BCE18

7
go.mod Normal file
View File

@ -0,0 +1,7 @@
module github.com/paked/messenger
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
)