Initial commit

This commit is contained in:
2021-09-14 19:25:37 +02:00
parent caadfddb6f
commit b12c5e579e
7 changed files with 319 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/xmpploadtesting
go 1.17
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
)