-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
18 lines (16 loc) · 714 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module scripts
go 1.16
require (
github.com/chromedp/cdproto v0.0.0-20211226214557-5a9a0564ad26 // indirect
github.com/chromedp/chromedp v0.7.6 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/viper v1.10.1 // indirect
github.com/tidwall/gjson v1.12.1 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
)