From e94b38e03bbe44c28ab633e413e01e43336687a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 07:02:30 +0000 Subject: [PATCH] build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 Bumps [github.com/edgexfoundry/go-mod-core-contracts/v2](https://github.com/edgexfoundry/go-mod-core-contracts) from 2.0.0 to 2.3.0. - [Release notes](https://github.com/edgexfoundry/go-mod-core-contracts/releases) - [Changelog](https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/CHANGELOG.md) - [Commits](https://github.com/edgexfoundry/go-mod-core-contracts/compare/v2.0.0...v2.3.0) --- updated-dependencies: - dependency-name: github.com/edgexfoundry/go-mod-core-contracts/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8d92bd749..aa48c1de6 100644 --- a/go.mod +++ b/go.mod @@ -4,13 +4,13 @@ require ( bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 github.com/OneOfOne/xxhash v1.2.8 github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 - github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 + github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 - github.com/google/uuid v1.2.0 + github.com/google/uuid v1.3.0 github.com/gorilla/mux v1.8.0 github.com/pelletier/go-toml v1.9.3 - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.8.0 gopkg.in/yaml.v2 v2.4.0 )