aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-22 09:49:40 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-22 09:49:40 -0700
commita70e772a03f2f6c743aa3cc3bca6a7edcd1c6aee (patch)
tree5914b74b931b1c7c8ccd46971bc14eceab9b36f1 /go.mod
parent182288f8606bde8bfcb31509335a4c33802db254 (diff)
downloadseaweedfs-a70e772a03f2f6c743aa3cc3bca6a7edcd1c6aee.tar.xz
seaweedfs-a70e772a03f2f6c743aa3cc3bca6a7edcd1c6aee.zip
update mongodb lib due to security warning
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 84c03ebdc..1e711c81d 100644
--- a/go.mod
+++ b/go.mod
@@ -76,7 +76,7 @@ require (
github.com/willf/bitset v1.1.10 // indirect
github.com/willf/bloom v2.0.3+incompatible
go.etcd.io/etcd v3.3.15+incompatible
- go.mongodb.org/mongo-driver v1.3.2
+ go.mongodb.org/mongo-driver v1.7.0
gocloud.dev v0.20.0
gocloud.dev/pubsub/natspubsub v0.20.0
gocloud.dev/pubsub/rabbitpubsub v0.20.0