From e17dc3c0911ab8e5f0ab68feeffbf8ec70b9d812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:36:36 +0000 Subject: [PATCH] Bump go.mongodb.org/mongo-driver from 1.1.3 to 1.5.1 Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.1.3 to 1.5.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.1.3...v1.5.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/go.mod b/go.mod index e0ba450..8a1da04 100644 --- a/go.mod +++ b/go.mod @@ -3,16 +3,8 @@ module github.com/BenTarman/4ChanDPTStats.git go 1.13 require ( - github.com/go-stack/stack v1.8.0 // indirect - github.com/golang/snappy v0.0.1 // indirect github.com/gorilla/handlers v1.4.2 github.com/gorilla/mux v1.7.3 github.com/jasonlvhit/gocron v0.0.0-20191125235832-30e323a962ed - 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.3 - golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect - golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect - golang.org/x/text v0.3.2 // indirect - labix.org/v2/mgo v0.0.0-20140701140051-000000000287 + go.mongodb.org/mongo-driver v1.5.1 )