summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-24 10:14:16 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-24 10:14:16 +0000
commit8b71567f9e9c038e750855ebe297d7a40ba9efd2 (patch)
treefae733650843ecaa8cbadf9129d7740e642642cd /go.mod
parent[chore]: Bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 (#2020) (diff)
downloadgotosocial-8b71567f9e9c038e750855ebe297d7a40ba9efd2.tar.xz
[chore]: Bump github.com/jackc/pgconn from 1.14.0 to 1.14.1 (#2024)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a105c3398..204803b87 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/gorilla/feeds v1.1.1
github.com/gorilla/websocket v1.5.0
github.com/h2non/filetype v1.1.3
- github.com/jackc/pgconn v1.14.0
+ github.com/jackc/pgconn v1.14.1
github.com/jackc/pgx/v5 v5.4.2
github.com/microcosm-cc/bluemonday v1.0.24
github.com/miekg/dns v1.1.55