go-xmpp/cmd/go.mod
2019-07-30 10:39:19 +02:00

14 lines
248 B
Modula-2

module gosrc.io/xmpp/cmd
go 1.12
require (
github.com/bdlm/log v0.1.19
github.com/bdlm/std v0.0.0-20180922040903-fd3b596111c7
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
gosrc.io/xmpp v0.1.0
)
replace gosrc.io/xmpp => ./../