Skip to content

Commit 88e99ca

Browse files
authored
Merge pull request #31 from dhruv0000/smiUpdate
Updated SMI Parameters
2 parents 3ef3f80 + 84b38e4 commit 88e99ca

File tree

10 files changed

+92
-958
lines changed

10 files changed

+92
-958
lines changed

go.mod

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@ module github.com/layer5io/meshkit
33
go 1.13
44

55
replace (
6-
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
76
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
87
)
98

109
require (
1110
github.com/go-kit/kit v0.10.0
1211
github.com/go-logr/logr v0.1.0
13-
github.com/golang/protobuf v1.4.2
1412
github.com/google/uuid v1.1.1
1513
github.com/kr/pretty v0.2.1 // indirect
16-
github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20201022191033-40468652a54f
17-
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
18-
google.golang.org/protobuf v1.23.0
14+
github.com/layer5io/service-mesh-performance v0.3.2
1915
gorm.io/driver/sqlite v1.1.4
2016
gorm.io/gorm v1.20.10
2117
helm.sh/helm/v3 v3.3.1

go.sum

+91-64
Large diffs are not rendered by default.

protobuf/common/error.pb.go

-199
This file was deleted.

protobuf/common/error.proto

-14
This file was deleted.

0 commit comments

Comments
 (0)