We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fbce95 + 9f4846d commit dd7be53Copy full SHA for dd7be53
go.mod
@@ -2,10 +2,11 @@ module github.com/layer5io/meshery-traefik-mesh
2
3
go 1.15
4
5
-replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
+replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
6
7
require (
8
- github.com/layer5io/meshery-adapter-library v0.1.11
9
- github.com/layer5io/meshkit v0.1.32
+ github.com/layer5io/meshery-adapter-library v0.1.12-0.20210127214045-50f4c3bbd783
+ github.com/layer5io/meshkit v0.2.1-0.20210127211805-88e99ca45457
10
+ github.com/layer5io/service-mesh-performance v0.3.3
11
gopkg.in/yaml.v2 v2.4.0
12
)
0 commit comments