-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 671 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 671 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
module github.com/enetx/surf
go 1.27
require (
github.com/andybalholm/brotli v1.2.2
github.com/enetx/g v1.0.226
github.com/enetx/http v1.0.29
github.com/enetx/http2 v1.0.26
github.com/enetx/http3 v1.0.8
github.com/klauspost/compress v1.19.0
github.com/quic-go/quic-go v0.60.0
github.com/refraction-networking/utls v1.8.3-0.20260623165621-880e27d8b0e5
github.com/wzshiming/socks5 v0.7.0
golang.org/x/net v0.56.0
)
require (
github.com/enetx/iter v0.0.0-20260703211843-75f7a9fffd6d // indirect
github.com/quic-go/qpack v0.6.0 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
)