mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.10.1...v1.10.2) Signed-off-by: dependabot[bot] <support@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.2
|
|
)
|