mirror of
https://github.com/gofiber/storage.git
synced 2025-10-16 05:30:51 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.10 to 1.14.11. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.10...v1.14.11) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
135 B
Modula-2
9 lines
135 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.11
|
|
)
|