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>
This commit is contained in:
dependabot[bot]
2021-03-20 16:07:43 +01:00
committed by GitHub
parent b89c397b15
commit 4a20c75be6
2 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ go 1.14
require (
github.com/gofiber/utils v0.1.2
github.com/lib/pq v1.8.0
github.com/lib/pq v1.10.0
)