mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-06 11:00:20 +00:00
23 lines
765 B
Modula-2
23 lines
765 B
Modula-2
module github.com/ahmetb/kubectx
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
facette.io/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
|
|
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/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/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|