Files
storage/postgres/go.mod
dependabot[bot] 96284ee8b7 Bump github.com/lib/pq from 1.10.5 to 1.10.6 in /postgres (#373)
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.5...v1.10.6)

---
updated-dependencies:
- dependency-name: github.com/lib/pq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 08:09:45 +02: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.6
)