-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.24 KB
/
go.mod
File metadata and controls
35 lines (32 loc) · 1.24 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
module github.com/Noooste/azuretls-client
go 1.24.0
require (
github.com/Noooste/fhttp v1.0.15
github.com/Noooste/go-socks4 v0.0.2
github.com/Noooste/uquic-go v1.0.5
github.com/Noooste/utls v1.3.20
github.com/Noooste/websocket v1.0.3
github.com/andybalholm/brotli v1.2.0
github.com/fatih/color v1.18.0
github.com/klauspost/compress v1.18.2
github.com/txthinking/socks5 v0.0.0-20251011041537-5c31f201a10e
golang.org/x/net v0.48.0
)
require (
github.com/bdandy/go-errors v1.2.2 // indirect
github.com/cloudflare/circl v1.6.2 // indirect
github.com/gaukas/clienthellod v0.4.2 // indirect
github.com/gaukas/godicttls v0.0.4 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/miekg/dns v1.1.59 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/refraction-networking/utls v1.8.1 // indirect
github.com/txthinking/runnergroup v0.0.0-20250224021307-5864ffeb65ae // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)