forked from ZupIT/ritchie-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 761 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
module github.com/ZupIT/ritchie-cli
go 1.14
require (
github.com/AlecAivazis/survey/v2 v2.0.8
github.com/denisbrodbeck/machineid v1.0.1
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
github.com/fatih/color v1.9.0 // indirect
github.com/gofrs/flock v0.7.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.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.0
github.com/pkg/errors v0.9.1
github.com/radovskyb/watcher v1.0.7
github.com/spf13/cobra v1.0.0
github.com/thoas/go-funk v0.6.0
k8s.io/kubectl v0.18.4
)