mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 04:46:08 +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.5 to 1.11.6. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.11.5...v1.11.6) --- 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>
23 lines
746 B
Modula-2
23 lines
746 B
Modula-2
module github.com/gofiber/storage/mongodb
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gofiber/utils v1.1.0
|
|
go.mongodb.org/mongo-driver v1.11.6
|
|
)
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.1 // indirect
|
|
github.com/xdg-go/stringprep v1.0.3 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|