Skip to content

Commit 9216b35

Browse files
Bump github.com/layer5io/meshkit from 0.5.37 to 0.6.0
Bumps [github.com/layer5io/meshkit](https://github.com/layer5io/meshkit) from 0.5.37 to 0.6.0. - [Release notes](https://github.com/layer5io/meshkit/releases) - [Commits](meshery/meshkit@v0.5.37...v0.6.0) --- updated-dependencies: - dependency-name: github.com/layer5io/meshkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fa8d28 commit 9216b35

File tree

2 files changed

+106
-3
lines changed

2 files changed

+106
-3
lines changed

Diff for: 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)