mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
9 lines
133 B
Modula-2
9 lines
133 B
Modula-2
module github.com/gofiber/storage/mongodb
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
go.mongodb.org/mongo-driver v1.4.3
|
|
)
|