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.1
)

replace gosrc.io/xmpp => ./../