mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00

Quote from upstream: > Latest stable version is v1.14 or later, not v2. > > NOTE: The increase to v2 was an accident. There were no major changes or features.
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.10
|
|
)
|