module github.com/derailed/k9s go 1.15 require ( github.com/atotto/clipboard v0.1.2 github.com/cenkalti/backoff v2.2.1+incompatible github.com/cenkalti/backoff/v4 v4.1.0 github.com/derailed/popeye v0.8.10 github.com/derailed/tview v0.4.6 github.com/drone/envsubst v1.0.2 // indirect github.com/fatih/color v1.9.0 github.com/fsnotify/fsnotify v1.4.9 github.com/fvbommel/sortorder v1.0.2 github.com/gdamore/tcell v1.4.0 github.com/ghodss/yaml v1.0.0 github.com/golang/protobuf v1.4.2 // indirect github.com/kylelemons/godebug v1.1.0 // indirect github.com/mattn/go-runewidth v0.0.9 github.com/openfaas/faas v0.0.0-20200207215241-6afae214e3ec github.com/openfaas/faas-cli v0.0.0-20200124160744-30b7cec9634c github.com/openfaas/faas-provider v0.15.0 github.com/petergtz/pegomock v2.7.0+incompatible github.com/rakyll/hey v0.1.3 github.com/rs/zerolog v1.18.0 github.com/ryanuber/go-glob v1.0.0 // indirect github.com/sahilm/fuzzy v0.1.0 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.6.1 golang.org/x/net v0.0.0-20200519113804-d87ec0cfa476 // indirect golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect golang.org/x/text v0.3.2 google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587 // indirect google.golang.org/grpc v1.29.1 // indirect gopkg.in/yaml.v2 v2.2.8 helm.sh/helm/v3 v3.2.0 k8s.io/api v0.18.8 k8s.io/apimachinery v0.18.8 k8s.io/cli-runtime v0.18.8 k8s.io/client-go v0.18.8 k8s.io/klog v1.0.0 k8s.io/kubectl v0.18.2 k8s.io/kubernetes v1.13.0 k8s.io/metrics v0.18.8 rsc.io/letsencrypt v0.0.3 // indirect sigs.k8s.io/yaml v1.2.0 )