mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +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
|
|
)
|