Files
storage/arangodb/go.mod
dependabot[bot] 23d0362d9b Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /arangodb
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 07:08:22 +00:00

9 lines
136 B
Modula-2

module github.com/gofiber/storage/arangodb
go 1.14
require (
github.com/arangodb/go-driver v1.4.0
github.com/gofiber/utils v1.0.1
)