mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.5.1...v1.5.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
411 B
Modula-2
14 lines
411 B
Modula-2
module github.com/gofiber/storage/mongodb
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.35.33 // indirect
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/golang/snappy v0.0.2 // indirect
|
|
github.com/klauspost/compress v1.11.3 // indirect
|
|
go.mongodb.org/mongo-driver v1.5.2
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
)
|