From 17f510f5f449ace425f442fb703f551057ef8e78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 23:27:58 +0000 Subject: [PATCH] build(deps): bump go.mongodb.org/mongo-driver from 1.1.1 to 1.4.1 Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.1.1 to 1.4.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.1.1...v1.4.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4cf146265..dfd42ee1f 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,6 @@ require ( github.com/edgexfoundry/go-mod-registry v0.1.21 github.com/edgexfoundry/go-mod-secrets v0.0.19 github.com/fxamacker/cbor/v2 v2.2.0 - github.com/golang/snappy v0.0.1 // indirect github.com/gomodule/redigo v2.0.0+incompatible github.com/google/go-cmp v0.4.0 // indirect github.com/google/uuid v1.1.1 @@ -20,7 +19,6 @@ require ( github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.6.1 github.com/tidwall/pretty v1.0.1 // indirect - github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect github.com/xdg/stringprep v1.0.0 // indirect - go.mongodb.org/mongo-driver v1.1.1 + go.mongodb.org/mongo-driver v1.4.1 )