From e94b6624320f2a22d9b56544212c96fda3e5b139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:54:07 +0000 Subject: [PATCH] build(deps): bump github.com/pebbe/zmq4 from 1.2.2 to 1.2.5 Bumps [github.com/pebbe/zmq4](https://github.com/pebbe/zmq4) from 1.2.2 to 1.2.5. - [Release notes](https://github.com/pebbe/zmq4/releases) - [Commits](https://github.com/pebbe/zmq4/compare/v1.2.2...v1.2.5) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fefc6f9d..4cd599a0 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/edgexfoundry/go-mod-messaging/v2 require ( github.com/eclipse/paho.mqtt.golang v1.2.0 github.com/go-redis/redis/v7 v7.2.0 - github.com/pebbe/zmq4 v1.2.2 + github.com/pebbe/zmq4 v1.2.5 github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect )