Always add an id to IQ queries

This commit is contained in:
Wichert Akkerman
2019-10-28 21:21:35 +01:00
committed by Mickaël Rémond
parent 0227596f90
commit 21f6a549db
4 changed files with 29 additions and 1 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.13
require (
github.com/google/go-cmp v0.3.1
github.com/google/uuid v1.1.1
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
nhooyr.io/websocket v1.6.5
)