From 2a02fb1eef460d54fe02ccc890e7c7cc9c2deb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 06:52:33 +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.136. - [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.136) 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..f2955363 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.136 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