-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 829 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
module github.com/darkdragn/gogallery-downloader
go 1.17
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/kong v0.2.18
github.com/schollz/progressbar/v3 v3.8.3
github.com/sirupsen/logrus v1.8.1
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
)