-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (42 loc) · 1.56 KB
/
go.mod
File metadata and controls
46 lines (42 loc) · 1.56 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/cloudflyer-project/masktunnel
go 1.24.0
toolchain go1.24.4
require (
github.com/Noooste/azuretls-client v1.12.3
github.com/Noooste/fhttp v1.0.15
github.com/Noooste/utls v1.3.19
github.com/Noooste/websocket v1.0.3
github.com/andybalholm/brotli v1.2.0
github.com/cristalhq/base64 v0.1.2
github.com/gorilla/websocket v1.5.3
github.com/mileusna/useragent v1.3.4
github.com/rs/zerolog v1.34.0
github.com/spf13/pflag v1.0.10
github.com/valyala/fasthttp v1.65.0
)
require (
github.com/Noooste/go-socks4 v0.0.2 // indirect
github.com/Noooste/uquic-go v0.0.31 // indirect
github.com/bdandy/go-errors v1.2.2 // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/gaukas/clienthellod v0.4.2 // indirect
github.com/gaukas/godicttls v0.0.4 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
github.com/refraction-networking/utls v1.7.3 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/mock v0.5.2 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/mod v0.26.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/tools v0.35.0 // indirect
)