-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
25 lines (22 loc) · 819 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
module github.com/clivern/poodle
go 1.17
require (
github.com/BurntSushi/toml v1.2.1
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/briandowns/spinner v1.23.0
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/manifoldco/promptui v0.9.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.7.0
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/term v0.1.0 // indirect
)