kvdb: mark pgx/v5 as direct dependency

Backport PR #10977 added direct pgx/v5 imports in commit e7f9a9220 without updating kvdb/go.mod. Regenerate the module metadata with go mod tidy.
This commit is contained in:
ziggie 2026-07-30 12:11:53 -03:00
parent 524599908e
commit 2e3baa842e
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -7,6 +7,7 @@ require (
github.com/fergusstrange/embedded-postgres v1.25.0
github.com/google/btree v1.0.1
github.com/jackc/pgx/v4 v4.18.3
github.com/jackc/pgx/v5 v5.7.4
github.com/lightningnetwork/lnd/healthcheck v1.2.4
github.com/lightningnetwork/lnd/sqldb v1.0.6
github.com/stretchr/testify v1.11.1
@ -63,7 +64,6 @@ require (
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.4 // indirect
github.com/jackc/pgx/v5 v5.7.4 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/json-iterator/go v1.1.11 // indirect