-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 866 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
module ax-distiller
go 1.21.1
require (
github.com/PuerkitoBio/purell v1.2.1
github.com/bitfield/script v0.22.0
github.com/chromedp/cdproto v0.0.0-20240102194822-c006b26f21c7
github.com/chromedp/chromedp v0.9.3
github.com/huandu/go-sqlbuilder v1.25.0
github.com/mailru/easyjson v0.7.7
github.com/mattn/go-sqlite3 v1.14.19
)
require (
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.3.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
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
mvdan.cc/sh/v3 v3.6.0 // indirect
)