Skip to content

Commit 2bb8015

Browse files
chore(deps): bump go.mongodb.org/mongo-driver from 1.3.3 to 1.5.1
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.3.3 to 1.5.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.3.3...v1.5.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72b6a4e commit 2bb8015

File tree

2 files changed

+30
-59
lines changed

2 files changed

+30
-59
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ require (
3232
github.com/onsi/ginkgo v1.10.3 // indirect
3333
github.com/onsi/gomega v1.7.1 // indirect
3434
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
35-
github.com/pkg/errors v0.9.1 // indirect
3635
github.com/sdslabs/gin-jwt v1.0.0
3736
github.com/sergi/go-diff v1.1.0 // indirect
3837
github.com/urfave/cli v1.22.4 // indirect
39-
github.com/xdg/stringprep v1.0.0 // indirect
40-
go.mongodb.org/mongo-driver v1.3.3
38+
go.mongodb.org/mongo-driver v1.5.1
4139
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
4240
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
4341
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a

0 commit comments

Comments
 (0)