forked from vmware-tanzu/crash-diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 698 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/vmware-tanzu/crash-diagnostics
go 1.12
require (
github.com/imdario/mergo v0.3.7 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/vladimirvivien/echo v0.0.1-alpha.4
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
k8s.io/api v0.0.0-20190828114745-198695d0603e
k8s.io/apimachinery v0.17.0
k8s.io/cli-runtime v0.0.0-20190828120509-9a5048624be8
k8s.io/client-go v0.0.0-20190828114957-b4d94f01600c
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
)