From 22e0c5b2081e26f31a8340ff03296b80e5f10760 Mon Sep 17 00:00:00 2001 From: huynaism Date: Tue, 5 Nov 2024 14:43:19 +0700 Subject: [PATCH] try bump the rot dep --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 77c23d2..53a2ddd 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/cosmos/relayer/v2 v2.5.2 github.com/jessevdk/go-flags v1.5.0 github.com/jsternberg/zap-logfmt v1.3.0 - github.com/lightningnetwork/lnd v0.16.4-beta.rc1 + github.com/lightningnetwork/lnd 0.17.0-beta github.com/lightningnetwork/lnd/kvdb v1.4.1 github.com/ory/dockertest/v3 v3.10.0 github.com/prometheus/client_golang v1.19.1 @@ -190,10 +190,10 @@ require ( github.com/jackc/pgconn v1.10.0 // indirect github.com/jackc/pgio v1.0.0 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect - github.com/jackc/pgproto3/v2 v2.3.3 // indirect + github.com/jackc/pgproto3/v2 v2.1.1 // indirect github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect github.com/jackc/pgtype v1.8.1 // indirect - github.com/jackc/pgx/v4 v4.18.2 // indirect + github.com/jackc/pgx/v4 v4.13.0 // indirect github.com/jinzhu/copier v0.3.5 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/jmhodges/levigo v1.0.0 // indirect