27 lines
988 B
Modula-2
27 lines
988 B
Modula-2
module github.com/derailed/k9s
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/ocagent v0.4.11 // indirect
|
|
github.com/derailed/popeye v0.1.5
|
|
github.com/derailed/tview v0.1.4
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
github.com/gdamore/tcell v1.1.1
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/petergtz/pegomock v0.0.0-20181206220228-b113d17a7e81
|
|
github.com/rs/zerolog v1.12.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/stretchr/testify v1.2.2
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
k8s.io/api v0.0.0-20190202010724-74b699b93c15
|
|
k8s.io/apimachinery v0.0.0-20190207091153-095b9d203467
|
|
k8s.io/cli-runtime v0.0.0-20190207094101-a32b78e5dd0a
|
|
k8s.io/client-go v10.0.0+incompatible
|
|
k8s.io/klog v0.2.0 // indirect
|
|
k8s.io/kubernetes v1.13.3
|
|
k8s.io/metrics v0.0.0-20181121073115-d8618695b08f
|
|
sigs.k8s.io/structured-merge-diff v0.0.0-20190404181321-646549c5a231 // indirect
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|