mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
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:
parent
524599908e
commit
2e3baa842e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue