generated from replicatedhq/krew-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.12 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 github.com/izzatzr/devk
go 1.16
require (
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/fatih/color v1.13.0
github.com/go-openapi/spec v0.17.2 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/tj/go-spin v1.1.0
golang.org/x/crypto 32db794688a5
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.22.2
k8s.io/cli-runtime v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go/v12 v12.0.0
k8s.io/klog v0.4.0 // indirect
k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf // indirect
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
sigs.k8s.io/kustomize v2.0.3+incompatible // indirect
)