Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated SMI Parameters #31

Merged
merged 3 commits into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@ module github.com/layer5io/meshkit
go 1.13

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

require (
github.com/go-kit/kit v0.10.0
github.com/go-logr/logr v0.1.0
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/kr/pretty v0.2.1 // indirect
github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20201022191033-40468652a54f
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
google.golang.org/protobuf v1.23.0
github.com/layer5io/service-mesh-performance v0.3.2
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.10
helm.sh/helm/v3 v3.3.1
Expand Down
155 changes: 91 additions & 64 deletions go.sum

Large diffs are not rendered by default.

199 changes: 0 additions & 199 deletions protobuf/common/error.pb.go

This file was deleted.

14 changes: 0 additions & 14 deletions protobuf/common/error.proto

This file was deleted.

Loading