mirror of
https://github.com/ahmetb/kubectx.git
synced 2026-03-17 19:32:27 +00:00
27 lines
1009 B
Modula-2
27 lines
1009 B
Modula-2
module github.com/ahmetb/kubectx
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
facette.io/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
|
|
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 // indirect
|
|
github.com/fatih/color v1.9.0
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/googleapis/gnostic v0.1.0 // indirect
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/onsi/ginkgo v1.11.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
k8s.io/apimachinery v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c // indirect
|
|
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|