mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 04:46:08 +08:00
9 lines
125 B
Modula-2
9 lines
125 B
Modula-2
module github.com/gofiber/storage/postgres
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gofiber/utils v1.0.1
|
|
github.com/lib/pq v1.10.7
|
|
)
|