-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
28 lines (26 loc) · 1.11 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
module github.com/tanalam2411/k8s-client-go
go 1.13
require (
github.com/cosiner/argv v0.0.1 // indirect
github.com/go-delve/delve v1.4.0 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/peterh/liner v1.2.0 // indirect
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/prom2json v1.3.0
github.com/spf13/cobra v0.0.6 // indirect
go.starlark.net v0.0.0-20200203144150-6677ee5c7211 // indirect
golang.org/x/arch v0.0.0-20191126211547-368ea8f32fff // indirect
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/cli-runtime v0.17.3 // indirect
k8s.io/client-go v0.17.3
k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect
)