mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 08:16:36 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
252 B
Modula-2
11 lines
252 B
Modula-2
module github.com/gofiber/storage/mongodb
|
|
|
|
go 1.16
|
|
|
|
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.1
|
|
)
|