mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00

* allow hosts with prefix "/" , without escaping * add comment and fix code style * fix bug * Remove duplicate format call * Update lib/pq * try to fix goSec setup error Co-authored-by: RW <rene@gofiber.io> Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>
9 lines
125 B
Modula-2
9 lines
125 B
Modula-2
module github.com/gofiber/storage/postgres
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/lib/pq v1.10.5
|
|
)
|