-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
executable file
·31 lines (28 loc) · 1.06 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 Scythe
go 1.18
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/briandowns/spinner v1.23.0
github.com/cheggaaa/pb/v3 v3.0.8
github.com/fatih/color v1.10.0
github.com/kkdai/youtube/v2 v2.7.18
github.com/olekukonko/tablewriter v0.0.5
golang.org/x/sync v0.1.0
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/dop251/goja v0.0.0-20221115122301-6c0d9883792e // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
)