-
Notifications
You must be signed in to change notification settings - Fork 163
/
go.mod
30 lines (25 loc) · 890 Bytes
/
go.mod
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
module github.com/bogdanfinn/tls-client
go 1.20
require (
github.com/bogdanfinn/fhttp v0.5.28
github.com/bogdanfinn/utls v1.6.1
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.0
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5
golang.org/x/net v0.17.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cloudflare/circl v1.3.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/quic-go v0.37.4 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// replace github.com/bogdanfinn/utls => ../utls
// replace github.com/bogdanfinn/fhttp => ../fhttp