mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
9 lines
164 B
Modula-2
9 lines
164 B
Modula-2
module github.com/gofiber/storage/arangodb
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/arangodb/go-driver v0.0.0-20201106193344-56ae8fd24510
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|