You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-xmpp/go.mod

11 lines
274 B

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
)