mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-10-13 08:17:07 -07:00
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module gosrc.io/xmpp
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/uuid v1.6.0
|
|
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
|
|
nhooyr.io/websocket v1.8.17
|
|
)
|