Bump Go version and go-cmp version

Update code to fix tests.
This commit is contained in:
Mickaël Rémond
2025-09-29 13:53:45 +02:00
parent 7186c058fd
commit 8e1c4f1204
8 changed files with 64 additions and 164 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
module gosrc.io/xmpp
go 1.13
go 1.25
require (
github.com/google/go-cmp v0.3.1
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.1.1
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
nhooyr.io/websocket v1.6.5