Fix naming and typos
This commit is contained in:
3
go.mod
3
go.mod
@@ -2,9 +2,10 @@ module github.com/xmpploadtesting
|
||||
|
||||
go 1.17
|
||||
|
||||
require gosrc.io/xmpp v0.5.1
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.1.1 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
|
||||
gosrc.io/xmpp v0.5.1 // indirect
|
||||
nhooyr.io/websocket v1.6.5 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user