mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-17 19:07:30 -06:00
[chore]: Bump github.com/jackc/pgx/v5 from 5.4.2 to 5.4.3 (#2112)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3c1e12d3d5
commit
688ea88bbb
15 changed files with 191 additions and 190 deletions
1
vendor/github.com/jackc/pgx/v5/tx.go
generated
vendored
1
vendor/github.com/jackc/pgx/v5/tx.go
generated
vendored
|
|
@ -152,7 +152,6 @@ type Tx interface {
|
|||
// called on the dbTx.
|
||||
type dbTx struct {
|
||||
conn *Conn
|
||||
err error
|
||||
savepointNum int64
|
||||
closed bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue