Skip to content

Commit dd7be53

Browse files
authored
Merge pull request #71 from dhruv0000/smiUpdate
Updated MeshSpec Params
2 parents 4fbce95 + 9f4846d commit dd7be53

File tree

4 files changed

+55
-68
lines changed

4 files changed

+55
-68
lines changed

go.mod

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

33
go 1.15
44

5-
replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
5+
replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
66

77
require (
8-
github.com/layer5io/meshery-adapter-library v0.1.11
9-
github.com/layer5io/meshkit v0.1.32
8+
github.com/layer5io/meshery-adapter-library v0.1.12-0.20210127214045-50f4c3bbd783
9+
github.com/layer5io/meshkit v0.2.1-0.20210127211805-88e99ca45457
10+
github.com/layer5io/service-mesh-performance v0.3.3
1011
gopkg.in/yaml.v2 v2.4.0
1112
)

0 commit comments

Comments
 (0)