Support Go Modules

This commit is contained in:
Sam Whited
2019-01-16 10:27:34 -06:00
parent 94d9cbf7fa
commit fab47e1a4b
2 changed files with 18 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module gosrc.io/xmpp
go 1.9
require (
github.com/google/go-cmp v0.2.0
github.com/processone/mpg123 v0.0.0-20160212185547-a17074c7ddc0
github.com/processone/soundcloud v0.0.0-20160217145628-430ee371ebce
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
)