aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2023-04-29 18:36:36 +0000
committerVaiTon2023-04-29 18:45:06 +0000
commit7dc8d4abd1dd5dd4e25f8899cf37cddb5b87be99 (patch)
treec322478d15b8656d01a8b1140faaba9822333fb3 /go.mod
parent84a3a5496759284475bdf4b287844a840c68708c (diff)
Bump go.mongodb.org/mongo-driver from 1.7.0 to 1.11.4
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.7.0 to 1.11.4. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.7.0...v1.11.4) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index bd88534..9859050 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,6 @@ require (
github.com/google/gopacket v1.1.19
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.11 // indirect
- github.com/klauspost/compress v1.13.1 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
@@ -24,8 +23,7 @@ require (
github.com/tklauser/go-sysconf v0.3.7 // indirect
github.com/ugorji/go v1.2.6 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
- go.mongodb.org/mongo-driver v1.7.0
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
+ go.mongodb.org/mongo-driver v1.11.4
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
moul.io/http2curl v1.0.0