Files
storage/mongodb/go.mod
dependabot[bot] f7239431b3 Bump go.mongodb.org/mongo-driver from 1.10.4 to 1.11.0 in /mongodb
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.10.4 to 1.11.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.10.4...v1.11.0)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 07:02:39 +00:00

11 lines
252 B
Modula-2

module github.com/gofiber/storage/mongodb
go 1.14
require (
github.com/gofiber/utils v1.0.1
github.com/golang/snappy v0.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.11.0
)