module github.com/openservicemesh/osm go 1.14 require ( github.com/Azure/azure-sdk-for-go v34.0.0+incompatible github.com/Azure/go-autorest v14.0.1+incompatible // indirect github.com/Azure/go-autorest/autorest v0.10.0 github.com/Azure/go-autorest/autorest/azure/auth v0.1.0 github.com/Azure/go-autorest/autorest/to v0.2.0 github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect github.com/Masterminds/semver/v3 v3.1.0 github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354 // indirect github.com/deckarep/golang-set v1.7.1 github.com/docker/go-connections v0.4.0 github.com/envoyproxy/go-control-plane v0.9.6 github.com/golang/protobuf v1.4.2 github.com/google/go-cmp v0.4.0 github.com/google/uuid v1.1.1 github.com/googleapis/gnostic v0.3.1 // indirect github.com/gorilla/mux v1.7.3 github.com/hashicorp/go-version v1.2.1 // indirect github.com/hashicorp/vault/api v1.0.4 github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a github.com/json-iterator/go v1.1.8 github.com/mitchellh/gox v1.0.1 // indirect github.com/onsi/ginkgo v1.11.0 github.com/onsi/gomega v1.8.1 github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.0.0 github.com/rs/zerolog v1.18.0 github.com/servicemeshinterface/smi-sdk-go v0.3.1-0.20200415150537-c8c381cb495f github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 github.com/technosophos/moniker v0.0.0-20180509230615-a5dbd03a2245 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51 // indirect google.golang.org/grpc v1.27.0 gopkg.in/yaml.v2 v2.2.8 helm.sh/helm/v3 v3.2.0 k8s.io/api v0.18.0 k8s.io/apimachinery v0.18.0 k8s.io/cli-runtime v0.18.0 k8s.io/client-go v0.18.0 k8s.io/code-generator v0.18.3 // indirect sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect )