We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fa8d28 + 9216b35 commit 147d1a8Copy full SHA for 147d1a8
go.mod
@@ -13,8 +13,9 @@ replace (
13
)
14
15
require (
16
+ github.com/google/uuid v1.3.0
17
github.com/layer5io/meshery-adapter-library v0.5.10
- github.com/layer5io/meshkit v0.5.37
18
+ github.com/layer5io/meshkit v0.6.0
19
github.com/layer5io/service-mesh-performance v0.3.4
20
gopkg.in/yaml.v2 v2.4.0
21
@@ -70,7 +71,6 @@ require (
70
71
github.com/google/go-cmp v0.5.8 // indirect
72
github.com/google/gofuzz v1.2.0 // indirect
73
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
- github.com/google/uuid v1.3.0 // indirect
74
github.com/googleapis/gnostic v0.5.5 // indirect
75
github.com/gorilla/mux v1.8.0 // indirect
76
github.com/gosuri/uitable v0.0.4 // indirect
0 commit comments