mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
module github.com/gofiber/storage/sqlite3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gofiber/utils v1.0.1
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
)
|