-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
28 lines (25 loc) · 1.18 KB
/
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
module github.com/vimbing/geetest-solver
go 1.22.1
require (
github.com/corona10/goimagehash v1.1.0
github.com/google/uuid v1.6.0
github.com/vimbing/fhttp v0.0.0-20221020151142-202d69962c22
github.com/vimbing/gorand v0.0.0-20240109173029-b055b5f08ee5
github.com/vimbing/http v0.0.0-20240421220329-1f69089668eb
)
require (
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
github.com/vimbing/cclient v0.0.0-20230405121047-abcd63de9a96 // indirect
github.com/vimbing/retry v0.0.0-20231128154506-c473fbce0cb4 // indirect
github.com/vimbing/utls v0.0.0-20230220162003-5720b08bfd56 // indirect
github.com/zhangyunhao116/fastrand v0.3.0 // 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-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/text v0.3.7 // indirect
)