forked from bogdanfinn/tls-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (30 loc) · 1.13 KB
/
Copy pathgo.mod
File metadata and controls
37 lines (30 loc) · 1.13 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
module github.com/bogdanfinn/tls-client
go 1.24.1
require (
github.com/bdandy/go-socks4 v1.2.3
github.com/bogdanfinn/fhttp v0.6.8
github.com/bogdanfinn/quic-go-utls v1.0.9-utls
github.com/bogdanfinn/utls v1.7.7-barnius
github.com/bogdanfinn/websocket v1.5.5-barnius
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.11.1
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5
golang.org/x/net v0.48.0
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/bdandy/go-errors v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// replace github.com/bogdanfinn/utls => ../utls
// replace github.com/bogdanfinn/quic-go-utls => ../quic-go-utls
// replace github.com/bogdanfinn/websocket => ../websocket
// replace github.com/bogdanfinn/fhttp => ../fhttp