mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-10 23:02:55 -07:00
Removed unnecessary dependencies from the core lib go.mod
This commit is contained in:
3
go.mod
3
go.mod
@@ -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
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user