Files
storage/mongodb/go.mod
dependabot[bot] d62b0bb95f Bump go.mongodb.org/mongo-driver from 1.5.1 to 1.5.2 in /mongodb (#107)
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>
2021-05-06 15:02:12 +02:00

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
)