-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 837 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/seabird-chat/seabird-nwwsio-plugin
go 1.23
require (
github.com/go-xmlfmt/xmlfmt v1.1.3
github.com/joho/godotenv v1.5.1
github.com/mattn/go-isatty v0.0.20
github.com/rs/zerolog v1.33.0
github.com/seabird-chat/seabird-go v0.4.0
gosrc.io/xmpp v0.5.1
)
require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
google.golang.org/grpc v1.68.1 // indirect
google.golang.org/protobuf v1.35.2 // indirect
nhooyr.io/websocket v1.8.17 // indirect
)