-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
26 lines (23 loc) · 965 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
module github.com/saycv/ebomgen
go 1.18
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/fedesog/webdriver v0.0.0-20180606182539-99f36c92eaef
github.com/larspensjo/config v0.0.0-20160228172812-b6db95dc6321
github.com/pelletier/go-toml v1.9.5
github.com/pkg/errors v0.8.0
github.com/prometheus/common v0.4.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
)
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
)