[bugfix] Postgres error wrapping fix (#2276)

This commit is contained in:
tobi 2023-10-18 12:17:26 +02:00 committed by GitHub
commit 77c5d74113
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 115 additions and 1 deletions

View file

@ -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"