Skip to content

Commit 147d1a8

Browse files
authored
Merge pull request #221 from meshery/dependabot/go_modules/github.com/layer5io/meshkit-0.6.0
Bump github.com/layer5io/meshkit from 0.5.37 to 0.6.0
2 parents 5fa8d28 + 9216b35 commit 147d1a8

File tree

2 files changed

+106
-3
lines changed

2 files changed

+106
-3
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ replace (
1313
)
1414

1515
require (
16+
github.com/google/uuid v1.3.0
1617
github.com/layer5io/meshery-adapter-library v0.5.10
17-
github.com/layer5io/meshkit v0.5.37
18+
github.com/layer5io/meshkit v0.6.0
1819
github.com/layer5io/service-mesh-performance v0.3.4
1920
gopkg.in/yaml.v2 v2.4.0
2021
)
@@ -70,7 +71,6 @@ require (
7071
github.com/google/go-cmp v0.5.8 // indirect
7172
github.com/google/gofuzz v1.2.0 // indirect
7273
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
73-
github.com/google/uuid v1.3.0 // indirect
7474
github.com/googleapis/gnostic v0.5.5 // indirect
7575
github.com/gorilla/mux v1.8.0 // indirect
7676
github.com/gosuri/uitable v0.0.4 // indirect

0 commit comments

Comments
 (0)