-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
28 lines (24 loc) · 1.13 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
// This is a generated file. Do not edit directly.
module github.com/verb/kubectl-debug
go 1.12
require (
github.com/spf13/cobra v0.0.4
github.com/spf13/pflag v1.0.3
k8s.io/api v0.0.0-20190731142925-739c7f7721ed
k8s.io/apimachinery v0.0.0-20190731142807-035e418f1ad9
k8s.io/cli-runtime v0.0.0-20190731144734-e0b53a64da0b
k8s.io/client-go v0.0.0-20190731143132-de47f833b8db
k8s.io/klog v0.3.1
)
replace (
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20181025213731-e84da0312774
golang.org/x/net => golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
k8s.io/api => k8s.io/api v0.0.0-20190731142925-739c7f7721ed
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190731142807-035e418f1ad9
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20190731144734-e0b53a64da0b
k8s.io/client-go => k8s.io/client-go v0.0.0-20190731143132-de47f833b8db
)