Added uuid to message_id, and uiid params in command message reply

This commit is contained in:
2021-09-27 10:23:31 +02:00
parent b35cb62e1e
commit b393655a5e
4 changed files with 20 additions and 13 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require gosrc.io/xmpp v0.5.1
require (
github.com/google/uuid v1.1.1 // indirect
github.com/twinj/uuid v1.0.0 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
nhooyr.io/websocket v1.6.5 // indirect
)