module k8splugin require ( github.com/ghodss/yaml v1.0.0 github.com/gogo/protobuf v1.0.0 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/protobuf v1.1.0 github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf github.com/googleapis/gnostic v0.2.0 github.com/gorilla/context v1.1.1 github.com/gorilla/handlers v1.3.0 github.com/gorilla/mux v1.6.2 github.com/hashicorp/consul v1.2.2 github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186 github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 github.com/hashicorp/serf v0.8.1 github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c github.com/imdario/mergo v0.3.5 github.com/json-iterator/go v0.0.0-20180315132816-ca39e5af3ece github.com/mitchellh/go-homedir v0.0.0-20180801233206-58046073cbff github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd github.com/modern-go/reflect2 v0.0.0-20180228065516-1df9eeb2bb81 github.com/pkg/errors v0.8.0 github.com/spf13/pflag v1.0.1 golang.org/x/crypto v0.0.0-20180608092829-8ac0e0d97ce4 golang.org/x/net v0.0.0-20180611182652-db08ff08e862 golang.org/x/sys v0.0.0-20180611080425-bff228c7b664 golang.org/x/text v0.3.0 golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 gopkg.in/inf.v0 v0.9.1 gopkg.in/yaml.v2 v2.2.1 k8s.io/api v0.0.0-20180607235014-72d6e4405f81 k8s.io/apimachinery v0.0.0-20180515182440-31dade610c05 k8s.io/client-go v7.0.0+incompatible )