Skip to content

Commit

Permalink
update mongo driver
Browse files Browse the repository at this point in the history
  • Loading branch information
class100 committed Apr 25, 2021
1 parent 041cd60 commit 6afa63a
Show file tree
Hide file tree
Showing 553 changed files with 136,789 additions and 2,064 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ require (
github.com/nickxb/gin-http-logger v1.1.1-0.20191028062356-c63c682255f4
github.com/nickxb/pkg v0.6.1
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/sirupsen/logrus v1.4.2
go.mongodb.org/mongo-driver v1.5.1
google.golang.org/grpc v1.16.0
gopkg.in/Shopify/sarama.v1 v1.20.1
gopkg.in/go-playground/validator.v9 v9.28.0
Expand Down
94 changes: 94 additions & 0 deletions go.sum

Large diffs are not rendered by default.

202 changes: 202 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

164 changes: 164 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6afa63a

Please sign in to comment.