From 5d5064edfb8d619f1f5aa8ab4f033879c9c389d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:01:08 +0000 Subject: [PATCH] build(deps): bump github.com/edgexfoundry/go-mod-registry/v2 Bumps [github.com/edgexfoundry/go-mod-registry/v2](https://github.com/edgexfoundry/go-mod-registry) from 2.0.0 to 2.3.0. - [Release notes](https://github.com/edgexfoundry/go-mod-registry/releases) - [Changelog](https://github.com/edgexfoundry/go-mod-registry/blob/main/CHANGELOG.md) - [Commits](https://github.com/edgexfoundry/go-mod-registry/compare/v2.0.0...v2.3.0) --- updated-dependencies: - dependency-name: github.com/edgexfoundry/go-mod-registry/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 33b862e31..45920d754 100644 --- a/go.mod +++ b/go.mod @@ -9,10 +9,10 @@ require ( 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-messaging/v2 v2.0.1 - github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 + github.com/edgexfoundry/go-mod-registry/v2 v2.3.0 github.com/fxamacker/cbor/v2 v2.2.0 github.com/gomodule/redigo v2.0.0+incompatible github.com/google/uuid v1.2.0 github.com/gorilla/mux v1.8.0 - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.8.0 )