forked from alexferrari88/sbstck-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 808 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/alexferrari88/sbstck-dl
go 1.20
require (
github.com/JohannesKaufmann/html-to-markdown v1.4.0
github.com/PuerkitoBio/goquery v1.8.1
github.com/cenkalti/backoff/v4 v4.2.1
github.com/k3a/html2text v1.2.1
github.com/schollz/progressbar/v3 v3.13.1
github.com/spf13/cobra v1.7.0
golang.org/x/sync v0.3.0
golang.org/x/time v0.3.0
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
)