Files
storage/sqlite3/go.mod
dependabot[bot] debea836ad Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /sqlite3
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-11-01 08:29:41 +00:00

9 lines
135 B
Modula-2

module github.com/gofiber/storage/sqlite3
go 1.14
require (
github.com/gofiber/utils v1.0.1
github.com/mattn/go-sqlite3 v1.14.16
)