-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 787 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 787 Bytes
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/zishang520/socket.io/v3
go 1.24.1
require (
github.com/andybalholm/brotli v1.2.0
github.com/gookit/color v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/klauspost/compress v1.18.4
github.com/quic-go/quic-go v0.59.0
github.com/quic-go/webtransport-go v0.10.0
github.com/vmihailenco/msgpack/v5 v5.4.1
resty.dev/v3 v3.0.0-beta.6
)
require (
github.com/dunglas/httpsfv v1.1.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/mock v0.6.0 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
)