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.
1 parent 32af4d0 commit 9f4846dCopy full SHA for 9f4846d
go.mod
@@ -2,12 +2,11 @@ module github.com/layer5io/meshery-traefik-mesh
2
3
go 1.15
4
5
-replace (
6
- github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
+replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
7
8
require (
9
- github.com/layer5io/meshery-adapter-library master
+ github.com/layer5io/meshery-adapter-library v0.1.12-0.20210127214045-50f4c3bbd783
10
github.com/layer5io/meshkit v0.2.1-0.20210127211805-88e99ca45457
11
- github.com/layer5io/service-mesh-performance v0.3.2
+ github.com/layer5io/service-mesh-performance v0.3.3
12
gopkg.in/yaml.v2 v2.4.0
13
)
0 commit comments