Files
storage/sqlite3/go.mod
dependabot[bot] 3397275612 Bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.7 in /sqlite3 (#91)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.6...v1.14.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21 08:13:10 +02:00

9 lines
134 B
Modula-2

module github.com/gofiber/storage/sqlite3
go 1.14
require (
github.com/gofiber/utils v0.1.2
github.com/mattn/go-sqlite3 v1.14.7
)