Skip to content

Commit

Permalink
fix the security alert for mongodb driver
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsid committed Apr 3, 2023
1 parent 515fd00 commit fc7f654
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 64 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/spf13/cobra v1.0.0
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
github.com/tikv/client-go/v2 v2.0.1-0.20220720064224-aa9ded37d17d
go.mongodb.org/mongo-driver v1.5.1
go.mongodb.org/mongo-driver v1.11.3
google.golang.org/api v0.87.0
google.golang.org/genproto v0.0.0-20220718134204-073382fd740c
)
Expand All @@ -52,7 +52,6 @@ require (
cloud.google.com/go/compute v1.7.0 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 // indirect
github.com/apache/thrift v0.0.0-20171203172758-327ebb6c2b6d // indirect
github.com/aws/aws-sdk-go v1.34.28 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.12.21 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 // indirect
Expand Down Expand Up @@ -80,7 +79,6 @@ require (
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/elastic/elastic-transport-go/v8 v8.0.0-20211216131617-bbee439d559c // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
Expand All @@ -94,11 +92,12 @@ require (
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.9.5 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pingcap/failpoint v0.0.0-20210918120811-547c13e3eb00 // indirect
github.com/pingcap/log v0.0.0-20211215031037-e024ba4eb0ee // indirect
Expand All @@ -115,8 +114,8 @@ require (
github.com/tikv/pd/client v0.0.0-20220307081149-841fa61e9710 // indirect
github.com/twmb/murmur3 v1.1.3 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.0.2 // indirect
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
github.com/yuin/gopher-lua v0.0.0-20181031023651-12c4817b42c5 // indirect
go.etcd.io/etcd/api/v3 v3.5.2 // indirect
Expand Down
Loading

0 comments on commit fc7f654

Please sign in to comment.