module github.com/vmware/octant go 1.12 require ( github.com/GeertJohan/go.rice v1.0.0 github.com/davecgh/go-spew v1.1.1 github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect github.com/elazarl/goproxy v0.0.0-20190703090003-6125c262ffb0 // indirect github.com/elazarl/goproxy/ext v0.0.0-20190703090003-6125c262ffb0 // indirect github.com/evanphx/json-patch v4.1.0+incompatible // indirect github.com/gogo/protobuf v1.2.1 // indirect github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect github.com/golang/mock v1.3.1 github.com/golang/protobuf v1.3.1 github.com/google/btree v1.0.0 // indirect github.com/google/uuid v1.1.0 github.com/googleapis/gnostic v0.2.0 github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.6.2 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect github.com/hashicorp/go-hclog v0.8.0 github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104 github.com/hashicorp/golang-lru v0.5.1 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/imdario/mergo v0.3.6 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/json-iterator/go v1.1.5 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/mitchellh/go-testing-interface v1.0.0 // indirect github.com/nkovacs/streamquote v1.0.0 // indirect github.com/onsi/ginkgo v1.8.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/pkg/errors v0.8.1 github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/spf13/afero v1.2.1 github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.3 // indirect github.com/stretchr/testify v1.3.0 go.opencensus.io v0.19.1 go.uber.org/atomic v1.3.2 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.9.1 golang.org/x/sync v0.0.0-20190423024810-112230192c58 golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect google.golang.org/api v0.0.0-20190305202223-1949198e2e5a // indirect google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect google.golang.org/grpc v1.19.0 gopkg.in/inf.v0 v0.9.1 // indirect k8s.io/api v0.0.0-20190620084959-7cf5895f2711 k8s.io/apiextensions-apiserver v0.0.0-20181213153335-0fe22c71c476 k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab k8s.io/klog v0.3.1 k8s.io/kubernetes v1.13.2 k8s.io/utils v0.0.0-20190221042446-c2654d5206da ) replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190620085101-78d2af792bab