-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (36 loc) · 1.35 KB
/
go.mod
File metadata and controls
40 lines (36 loc) · 1.35 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
38
39
40
module ax-distiller
go 1.24
toolchain go1.24.3
require (
github.com/PuerkitoBio/purell v1.2.1
github.com/bitfield/script v0.22.0
github.com/bytedance/sonic v1.13.2
github.com/chromedp/cdproto v0.0.0-20250509201441-70372ae9ef75
github.com/chromedp/chromedp v0.13.6
github.com/davecgh/go-spew v1.1.1
github.com/huandu/go-sqlbuilder v1.25.0
github.com/lmittmann/tint v1.0.7
github.com/mailru/easyjson v0.9.0
github.com/mattn/go-sqlite3 v1.14.19
github.com/zeebo/xxh3 v1.0.2
)
require (
github.com/bytedance/sonic/loader v0.2.4 // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/itchyny/gojq v0.12.12 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.13.0 // indirect
mvdan.cc/sh/v3 v3.6.0 // indirect
)