summaryrefslogtreecommitdiff
path: root/internal/db/bundb/errors.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-10-18 12:17:26 +0200
committerLibravatar GitHub <noreply@github.com>2023-10-18 12:17:26 +0200
commit77c5d74113d4c3956e69c96cbbeed19782eb3f3d (patch)
treeee4e5dd44c8f137a65fbfe46fec0e2e7f487d8fb /internal/db/bundb/errors.go
parent[frontend/bugfix] bulk import export link (#2275) (diff)
downloadgotosocial-77c5d74113d4c3956e69c96cbbeed19782eb3f3d.tar.xz
[bugfix] Postgres error wrapping fix (#2276)
Diffstat (limited to 'internal/db/bundb/errors.go')
-rw-r--r--internal/db/bundb/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/errors.go b/internal/db/bundb/errors.go
index 46735ca80..c8f39aebd 100644
--- a/internal/db/bundb/errors.go
+++ b/internal/db/bundb/errors.go
@@ -20,7 +20,7 @@ package bundb
import (
"errors"
- "github.com/jackc/pgconn"
+ "github.com/jackc/pgx/v5/pgconn"
"github.com/superseriousbusiness/gotosocial/internal/db"
"modernc.org/sqlite"
sqlite3 "modernc.org/sqlite/lib"