mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 08:16:36 +08:00
9 lines
134 B
Modula-2
9 lines
134 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.5
|
|
)
|