Skip to content

Commit 9f4846d

Browse files
committed
Updated go.mod and added type in MeshSpec
Signed-off-by: dhruv0000 <[email protected]>
1 parent 32af4d0 commit 9f4846d

File tree

3 files changed

+9
-62
lines changed

3 files changed

+9
-62
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ module github.com/layer5io/meshery-traefik-mesh
22

33
go 1.15
44

5-
replace (
6-
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
5+
replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
76

87
require (
9-
github.com/layer5io/meshery-adapter-library master
8+
github.com/layer5io/meshery-adapter-library v0.1.12-0.20210127214045-50f4c3bbd783
109
github.com/layer5io/meshkit v0.2.1-0.20210127211805-88e99ca45457
11-
github.com/layer5io/service-mesh-performance v0.3.2
10+
github.com/layer5io/service-mesh-performance v0.3.3
1211
gopkg.in/yaml.v2 v2.4.0
1312
)

0 commit comments

Comments
 (0)