mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 17:17:18 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.14 to 1.14.15. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.14...v1.14.15) --- 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.14
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
|
)
|