2021-09-14 19:25:37 +02:00
|
|
|
module github.com/xmpploadtesting
|
|
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
2021-09-20 13:30:35 +02:00
|
|
|
require gosrc.io/xmpp v0.5.1
|
|
|
|
|
|
2021-09-14 19:25:37 +02:00
|
|
|
require (
|
|
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
|
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
|
|
|
|
|
nhooyr.io/websocket v1.6.5 // indirect
|
|
|
|
|
)
|