Removed unnecessary dependencies from the core lib go.mod

This commit is contained in:
rcorniere
2020-02-18 10:29:22 +01:00
parent 79cd7e37f1
commit 086ceb4047
2 changed files with 14 additions and 3 deletions

3
go.mod
View File

@@ -3,11 +3,8 @@ module gosrc.io/xmpp
go 1.13
require (
github.com/awesome-gocui/gocui v0.6.0 // indirect
github.com/google/go-cmp v0.3.1
github.com/google/uuid v1.1.1
github.com/spf13/viper v1.6.1 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
nhooyr.io/websocket v1.6.5
)