mirror of
https://github.com/gofiber/storage.git
synced 2025-09-30 22:32:20 +08:00
9 lines
131 B
Modula-2
9 lines
131 B
Modula-2
module github.com/gofiber/storage/postgres
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/jackc/pgx/v4 v4.11.0
|
|
)
|