mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.16 to 1.14.17. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.17) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
module github.com/gofiber/storage/sqlite3
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gofiber/utils v1.1.0
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
|
)
|