-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 801 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/luoxk/gohttp
go 1.18
require (
github.com/Carcraftz/cclient v0.0.0-20220206080416-5ceaf71cf91e
github.com/Carcraftz/fhttp v0.0.0-20220112175241-f36cd20af880
github.com/andybalholm/brotli v1.0.4
github.com/refraction-networking/utls v1.1.1
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
)
require (
github.com/Carcraftz/utls v0.0.0-20210907185630-32782f880d54 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/klauspost/compress v1.13.6 // indirect
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
gitlab.com/yawning/utls.git v0.0.12-1 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
)