Bump github.com/lib/pq from 1.10.7 to 1.10.8

Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.7...v1.10.8)

---
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>
This commit is contained in:
dependabot[bot] 2023-04-14 21:59:30 +00:00 committed by GitHub
parent 65e02fa87d
commit a1bb6f2440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/go-sql-driver/mysql v1.7.0
github.com/google/uuid v1.3.0
github.com/jackc/pgconn v1.14.0
github.com/lib/pq v1.10.7
github.com/lib/pq v1.10.8
github.com/mattn/go-sqlite3 v1.14.16
)