Files
storage/postgres/go.mod
dependabot[bot] 4a20c75be6 Bump github.com/lib/pq from 1.8.0 to 1.10.0 in /postgres (#56)
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.8.0 to 1.10.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.8.0...v1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-20 16:07:43 +01:00

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.0
)