diff options
author | 2023-07-24 10:14:16 +0000 | |
---|---|---|
committer | 2023-07-24 10:14:16 +0000 | |
commit | 8b71567f9e9c038e750855ebe297d7a40ba9efd2 (patch) | |
tree | fae733650843ecaa8cbadf9129d7740e642642cd /go.mod | |
parent | [chore]: Bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 (#2020) (diff) | |
download | gotosocial-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |