From ce9d07fa79102865bb330e1bb9a9689c7c06587f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:47:38 +0000 Subject: [PATCH] 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-dev.46 to 2.0.0-dev.48. - [Release notes](https://github.com/edgexfoundry/go-mod-core-contracts/releases) - [Commits](https://github.com/edgexfoundry/go-mod-core-contracts/compare/v2.0.0-dev.46...v2.0.0-dev.48) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 789da128..3a636b63 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/armon/go-metrics v0.3.3 // indirect github.com/eclipse/paho.mqtt.golang v1.3.2 - github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 + github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 github.com/edgexfoundry/go-mod-registry v0.1.27 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.4.2