-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (29 loc) · 1.08 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (29 loc) · 1.08 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
module anubis-solver
go 1.24
require (
github.com/PuerkitoBio/goquery v1.10.3
github.com/bogdanfinn/fhttp v0.5.34
github.com/bogdanfinn/tls-client v1.9.1
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.9.0
rogchap.com/v8go v0.9.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/bogdanfinn/utls v1.6.5 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/quic-go v0.48.1 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace rogchap.com/v8go => github.com/sleeyax/v8go v0.0.0-20250420123111-21ce7f0827d5