diff options
author | 2023-04-14 22:56:46 +0000 | |
---|---|---|
committer | 2023-04-14 19:13:51 -0700 | |
commit | 8161085714e1edb564cd7ad98cbdb938dd07a078 (patch) | |
tree | d7701477681aea499d9cceb7ae6fc8c8b1a1bcca /go.mod | |
parent | 6493239484ed6fe6328a66b5c129bb08ae2752da (diff) | |
download | v2-8161085714e1edb564cd7ad98cbdb938dd07a078.tar.gz v2-8161085714e1edb564cd7ad98cbdb938dd07a078.tar.zst v2-8161085714e1edb564cd7ad98cbdb938dd07a078.zip |
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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/coreos/go-oidc v2.2.1+incompatible github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible github.com/gorilla/mux v1.8.0 - github.com/lib/pq v1.10.7 + github.com/lib/pq v1.10.8 github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530 github.com/prometheus/client_golang v1.15.0 github.com/rylans/getlang v0.0.0-20201227074721-9e7f44ff8aa0 |