mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
Added ArangoDB support for storage
This commit is contained in:
8
arangodb/go.mod
Normal file
8
arangodb/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
)
|
Reference in New Issue
Block a user