Files
storage/sqlite3/go.mod
iRedMail 1883d62d06 Replace github.com/mattn/go-sqlite3 v2.0.3 by v1.14.10. (#311)
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.
2022-01-25 15:36:52 +01:00

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
)