mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
15 lines
449 B
Modula-2
15 lines
449 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.4.3
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
)
|