Skip to content

Commit

Permalink
Merge pull request #97 from kumarabd/kumarabd/feature/smi-grpc
Browse files Browse the repository at this point in the history
added conformance test
  • Loading branch information
leecalcote authored Aug 6, 2020
2 parents 6d741c5 + 7fd1f80 commit 019cdd4
Show file tree
Hide file tree
Showing 5 changed files with 652 additions and 21 deletions.
29 changes: 8 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,23 @@ module github.com/layer5io/meshery-istio

go 1.13

replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334

require (
github.com/Azure/go-autorest/autorest/adal v0.6.0 // indirect
github.com/aspenmesh/istio-client-go v0.0.0-20190426173040-3e73c27b9ace
github.com/Azure/go-autorest/autorest/adal v0.9.0
github.com/aspenmesh/istio-client-go v0.0.0-20200122202704-9695ccefca79
github.com/aspenmesh/istio-vet v0.0.0-20190708155745-fac74e54e2e6
github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224 // indirect
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.2
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gophercloud/gophercloud v0.4.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20200806140644-44993b65fd37
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.29.1
gopkg.in/inf.v0 v0.9.1 // indirect
istio.io/api v0.0.0-20190905172106-906cbe6415a5 // indirect
k8s.io/api v0.0.0-20190313235455-40a48860b5ab // indirect
k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1
k8s.io/client-go v11.0.0+incompatible
k8s.io/klog v0.4.0 // indirect
k8s.io/utils v0.0.0-20190829053155-3a4a5477acf8 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
google.golang.org/grpc v1.30.0
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
)
Loading

0 comments on commit 019cdd4

Please sign in to comment.