mirror of
https://github.com/gofiber/storage.git
synced 2025-10-21 15:49:24 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: github.com/gofiber/utils dependency-type: direct:production update-type: version-update:semver-minor ... 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.4
|
|
)
|
|
|
|
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
|
|
)
|