45 lines
1.5 KiB
Modula-2
45 lines
1.5 KiB
Modula-2
module github.com/derailed/k9s
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/derailed/popeye v0.8.8
|
|
github.com/derailed/tview v0.4.2
|
|
github.com/drone/envsubst v1.0.2 // indirect
|
|
github.com/fatih/color v1.9.0
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/gdamore/tcell v1.3.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.5.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.2
|
|
k8s.io/apimachinery v0.18.2
|
|
k8s.io/cli-runtime v0.18.2
|
|
k8s.io/client-go v0.18.2
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/kubectl v0.18.2
|
|
k8s.io/metrics v0.18.2
|
|
rsc.io/letsencrypt v0.0.3 // indirect
|
|
sigs.k8s.io/yaml v1.2.0
|
|
vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
|
|
)
|