Update dependencies

This commit is contained in:
Mickael Remond
2019-07-27 09:22:44 -07:00
parent 7deaf59642
commit 9f095cb90f
3 changed files with 73 additions and 0 deletions

3
go.mod
View File

@@ -3,6 +3,9 @@ module gosrc.io/xmpp
go 1.12
require (
github.com/bdlm/log v0.1.19
github.com/bdlm/std v0.0.0-20180922040903-fd3b596111c7
github.com/google/go-cmp v0.2.0
github.com/spf13/cobra v0.0.5
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
)