github.com/solo-io/service-mesh-hub@v0.9.2/go.mod (about)

     1  module github.com/solo-io/service-mesh-hub
     2  
     3  go 1.14
     4  
     5  replace (
     6  	// github.com/Azure/go-autorest/autorest has different versions for the Go
     7  	// modules than it does for releases on the repository. Note the correct
     8  	// version when updating.
     9  	github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible
    10  	github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.2
    11  	github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309
    12  
    13  	github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.9.5
    14  
    15  	// Required for proper serialization of CRDs
    16  	github.com/golang/protobuf => github.com/golang/protobuf v1.3.5
    17  
    18  	// https://github.com/ory/dockertest/issues/208#issuecomment-686820414
    19  	golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
    20  
    21  	google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
    22  
    23  	k8s.io/client-go => k8s.io/client-go v0.18.6
    24  )
    25  
    26  require (
    27  	cloud.google.com/go v0.66.0 // indirect
    28  	github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
    29  	github.com/Masterminds/semver v1.5.0
    30  	github.com/Masterminds/sprig v2.22.0+incompatible // indirect
    31  	github.com/aws/aws-app-mesh-controller-for-k8s v1.1.1
    32  	github.com/aws/aws-sdk-go v1.33.11
    33  	github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354
    34  	github.com/docker/distribution v2.7.1+incompatible
    35  	github.com/envoyproxy/go-control-plane v0.9.7-0.20200811182123-112a4904c4b0
    36  	github.com/gertd/go-pluralize v0.1.1
    37  	github.com/go-logr/zapr v0.1.1
    38  	github.com/go-openapi/spec v0.19.5 // indirect
    39  	github.com/go-openapi/swag v0.19.6 // indirect
    40  	github.com/gobuffalo/packr v1.30.1
    41  	github.com/gogo/protobuf v1.3.1
    42  	github.com/golang/mock v1.4.4
    43  	github.com/golang/protobuf v1.4.2
    44  	github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
    45  	github.com/hashicorp/go-multierror v1.1.0
    46  	github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
    47  	github.com/linkerd/linkerd2 v0.5.1-0.20200402173539-fee70c064bc0
    48  	github.com/mitchellh/reflectwalk v1.0.1 // indirect
    49  	github.com/olekukonko/tablewriter v0.0.2
    50  	github.com/onsi/ginkgo v1.13.0
    51  	github.com/onsi/gomega v1.10.1
    52  	github.com/openservicemesh/osm v0.3.0
    53  	github.com/pelletier/go-toml v1.3.0 // indirect
    54  	github.com/pkg/errors v0.9.1
    55  	github.com/prometheus/client_golang v1.7.1
    56  	github.com/pseudomuto/protoc-gen-doc v1.3.2
    57  	github.com/pseudomuto/protokit v0.2.0
    58  	github.com/rotisserie/eris v0.4.0
    59  	github.com/servicemeshinterface/smi-sdk-go v0.4.1
    60  	github.com/sirupsen/logrus v1.6.0
    61  	github.com/solo-io/anyvendor v0.0.1
    62  	github.com/solo-io/external-apis v0.1.1
    63  	github.com/solo-io/go-utils v0.18.1
    64  	github.com/solo-io/skv2 v0.13.3
    65  	github.com/solo-io/solo-kit v0.14.0
    66  	github.com/spf13/afero v1.3.4
    67  	github.com/spf13/cobra v1.0.0
    68  	github.com/spf13/pflag v1.0.5
    69  	go.uber.org/atomic v1.6.0
    70  	go.uber.org/zap v1.15.0
    71  	golang.org/x/tools v0.0.0-20200928201943-a0ef9b62deab // indirect
    72  	google.golang.org/grpc v1.31.1
    73  	helm.sh/helm/v3 v3.2.4
    74  	istio.io/api v0.0.0-20200819225923-c78f387f78a2
    75  	istio.io/client-go v0.0.0-20200812230733-f5504d568313
    76  	istio.io/istio v0.0.0-20200821180042-b0e61d10cbae
    77  	k8s.io/api v0.18.8
    78  	k8s.io/apimachinery v0.18.8
    79  	k8s.io/client-go v8.0.0+incompatible
    80  	k8s.io/utils v0.0.0-20201027101359-01387209bb0d
    81  	sigs.k8s.io/controller-runtime v0.6.2
    82  )