-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.55 KB
/
Copy pathgo.mod
File metadata and controls
41 lines (38 loc) · 1.55 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
module example.com
go 1.24.7
require (
github.com/Danny-Dasilva/fhttp v0.0.0-20240217042913-eeeb0b347ce1
github.com/quic-go/quic-go v0.55.0
github.com/refraction-networking/uquic v0.0.6
github.com/valyala/fasthttp v1.68.0
gitlab.com/yawning/utls.git v0.0.12-1
golang.org/x/net v0.46.0
)
require (
github.com/Danny-Dasilva/CycleTLS/cycletls v1.0.30 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/dsnet/compress v0.0.1 // 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/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/klauspost/compress v1.18.1 // indirect
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
github.com/refraction-networking/utls v1.8.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/mock v0.5.2 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/tools v0.37.0 // indirect
h12.io/socks v1.0.3 // indirect
)