diff --git a/kvdb/go.mod b/kvdb/go.mod index cc7544098..9a5927f90 100644 --- a/kvdb/go.mod +++ b/kvdb/go.mod @@ -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