-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 943 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 943 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
27
28
module github.com/chainreactors/proxyclient
go 1.20
require (
github.com/shadowsocks/go-shadowsocks2 v0.1.5
github.com/things-go/go-socks5 v0.0.5
github.com/zema1/suo5 v1.3.2-0.20250219115440-31983ee59a83
golang.org/x/crypto v0.33.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/go-gost/gosocks5 v0.3.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/kataras/golog v0.1.8 // indirect
github.com/kataras/pio v0.0.11 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/refraction-networking/utls v1.6.4 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
github.com/zema1/rawhttp v0.2.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)
replace github.com/zema1/suo5 => github.com/M09Ic/suo5 v1.3.4