-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.03 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
29
30
31
module github.com/wabarc/screenshot
go 1.18
require (
github.com/chromedp/cdproto v0.0.0-20240202021202-6d0b6a386732
github.com/chromedp/chromedp v0.9.5
github.com/gabriel-vasile/mimetype v1.4.1
github.com/pkg/errors v0.9.1
github.com/wabarc/helper v0.0.0-20230418130954-be7440352bcb
github.com/wabarc/logger v0.0.0-20210730133522-86bd3f31e792
golang.org/x/net v0.21.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.3.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
mvdan.cc/xurls/v2 v2.5.0 // indirect
)