We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b490d commit 84b38e4Copy full SHA for 84b38e4
go.mod
@@ -3,7 +3,6 @@ module github.com/layer5io/meshkit
3
go 1.13
4
5
replace (
6
- github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
7
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
8
)
9
@@ -12,7 +11,6 @@ require (
12
11
github.com/go-logr/logr v0.1.0
13
github.com/google/uuid v1.1.1
14
github.com/kr/pretty v0.2.1 // indirect
15
- github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210125055931-43e1dc9563c4
16
github.com/layer5io/service-mesh-performance v0.3.2
17
gorm.io/driver/sqlite v1.1.4
18
gorm.io/gorm v1.20.10
smi/error.go
smi/smi.go
0 commit comments