mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
9 lines
134 B
Modula-2
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
|
|
)
|