mirror of
https://github.com/ahmetb/kubectx.git
synced 2026-02-22 08:03:15 +00:00
16 lines
409 B
Modula-2
16 lines
409 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/google/go-cmp v0.5.2
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/pkg/errors v0.9.1
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
k8s.io/apimachinery v0.21.0-alpha.1
|
|
k8s.io/client-go v0.21.0-alpha.1
|
|
)
|