forked from ZupIT/ritchie-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.08 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
32
33
module github.com/ZupIT/ritchie-cli
go 1.14
require (
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/BurntSushi/toml v0.3.1
github.com/JoaoDanielRufino/go-input-autocomplete v1.0.3
github.com/PaesslerAG/jsonpath v0.1.1
github.com/denisbrodbeck/machineid v1.0.1
github.com/fatih/color v1.9.0 // indirect
github.com/golang/protobuf v1.4.1
github.com/google/uuid v1.1.1
github.com/gookit/color v1.2.5
github.com/gosuri/uitable v0.0.4
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/kaduartur/go-cli-spinner v1.0.3
github.com/mattn/go-isatty v0.0.11
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nicksnyder/go-i18n/v2 v2.1.1
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.0
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/mod v0.3.0
golang.org/x/sys v0.0.0-20210317091845-390168757d9c // indirect
golang.org/x/text v0.3.3
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
k8s.io/kubectl v0.18.4
)