@@ -9,6 +9,8 @@ require (
99 github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
1010 github.com/kr/text v0.2.0 // indirect
1111 github.com/kudobuilder/kuttl v0.0.0-00010101000000-000000000000
12+ // github.com/layer5io/meshkit v0.2.0
13+ github.com/layer5io/service-mesh-performance v0.3.2-0.20201223205038-515a2eee2ba1
1214 github.com/mattn/go-isatty v0.0.12 // indirect
1315 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1416 github.com/onsi/ginkgo v1.14.1 // indirect
@@ -19,13 +21,14 @@ require (
1921 golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
2022 golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
2123 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
22- google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
2324 google.golang.org/grpc v1.30.0
24- google.golang.org/protobuf v1.23 .0
25+ google.golang.org/protobuf v1.24 .0
2526 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
26- k8s.io/api v0.17.3
27- k8s.io/client-go v0.17.3
27+ k8s.io/api v0.18.12
28+ k8s.io/client-go v0.18.12
2829 sigs.k8s.io/controller-runtime v0.5.1
2930)
3031
3132replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
33+
34+ replace github.com/layer5io/service-mesh-performance v0.3.2-0.20201223205038-515a2eee2ba1 => github.com/dhruv0000/service-mesh-performance v0.3.2-0.20210120125240-fac7de77343c
0 commit comments