mirror of
https://github.com/gofiber/storage.git
synced 2026-04-22 23:07:21 +08:00
43c46d352e
Agent-Logs-Url: https://github.com/gofiber/storage/sessions/925fcfc5-f9cd-453a-b814-832655f63b82 Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
15 lines
291 B
Modula-2
15 lines
291 B
Modula-2
module github.com/gofiber/storage/sqlite3/v2
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.42
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|