module github.com/vmware-tanzu/octant go 1.13 require ( contrib.go.opencensus.io/exporter/jaeger v0.2.1 github.com/GeertJohan/go.rice v1.0.0 github.com/asticode/go-astikit v0.8.0 github.com/asticode/go-astilectron v0.14.2 github.com/asticode/go-astilectron-bundler v0.5.2 github.com/davecgh/go-spew v1.1.1 github.com/dlclark/regexp2 v1.2.0 // indirect github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect github.com/dop251/goja v0.0.0-20200629185240-bfd59704b500 github.com/dop251/goja_nodejs v0.0.0-20200706082813-b2775b86b9e0 github.com/elazarl/goproxy v0.0.0-20190703090003-6125c262ffb0 // indirect github.com/elazarl/goproxy/ext v0.0.0-20190703090003-6125c262ffb0 // indirect github.com/fsnotify/fsnotify v1.4.9 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect github.com/gobwas/glob v0.2.3 github.com/golang/mock v1.4.4 github.com/golang/protobuf v1.4.2 github.com/google/uuid v1.1.1 github.com/googleapis/gnostic v0.5.1 github.com/gorilla/handlers v1.4.2 github.com/gorilla/mux v1.7.4 github.com/gorilla/websocket v1.4.2 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect github.com/hashicorp/go-hclog v0.14.1 github.com/hashicorp/go-multierror v1.1.0 github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104 github.com/hashicorp/golang-lru v0.5.4 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 github.com/imdario/mergo v0.3.6 // indirect github.com/nkovacs/streamquote v1.0.0 // indirect github.com/pkg/errors v0.9.1 github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/soheilhy/cmux v0.1.4 github.com/spf13/afero v1.3.4 github.com/spf13/cobra v0.0.7 github.com/spf13/viper v1.7.1 github.com/stoewer/go-strcase v1.2.0 github.com/stretchr/testify v1.6.1 go.opencensus.io v0.22.4 go.uber.org/zap v1.15.0 golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 golang.org/x/tools v0.0.0-20200716134326-a8f9df4c9543 google.golang.org/grpc v1.31.0 google.golang.org/grpc/examples v0.0.0-20200707005602-4258d12073b4 // indirect k8s.io/api v0.19.0-alpha.3 k8s.io/apiextensions-apiserver v0.19.0-alpha.3 k8s.io/apimachinery v0.19.0-beta.2 k8s.io/client-go v0.19.0-alpha.3 k8s.io/klog v1.0.0 k8s.io/kube-aggregator v0.19.0-alpha.3 k8s.io/metrics v0.19.0-alpha.3 k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 sigs.k8s.io/yaml v1.2.0 )