From 35155e53fd1437be071f6325d7e0c29089b88c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 06:49:06 +0000 Subject: [PATCH] build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts Bumps [github.com/edgexfoundry/go-mod-core-contracts](https://github.com/edgexfoundry/go-mod-core-contracts) from 0.1.111 to 0.1.131. - [Release notes](https://github.com/edgexfoundry/go-mod-core-contracts/releases) - [Commits](https://github.com/edgexfoundry/go-mod-core-contracts/compare/v0.1.111...v0.1.131) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 13ed4e12..330b1e9d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/edgexfoundry/device-virtual-go require ( github.com/edgexfoundry/device-sdk-go v1.3.0 - github.com/edgexfoundry/go-mod-core-contracts v0.1.111 + github.com/edgexfoundry/go-mod-core-contracts v0.1.131 github.com/edsrzf/mmap-go v1.0.0 // indirect github.com/golang/snappy v0.0.1 // indirect github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect