Skip to content

Commit f7ba1fe

Browse files
authored
Merge pull request #196 from LN-Zap/chore/update-dependencies
Update lndclient dependency to v0.17.4-6
2 parents 3aeb6c6 + 7b83dc7 commit f7ba1fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ require (
77
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
88
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
99
github.com/jessevdk/go-flags v1.4.0
10-
github.com/lightninglabs/lndclient v0.17.4-1
10+
github.com/lightninglabs/lndclient v0.17.4-6
1111
github.com/lightningnetwork/lnd v0.17.4-beta
1212
github.com/lightningnetwork/lnd/cert v1.2.2
1313
github.com/lightningnetwork/lnd/kvdb v1.4.4
1414
github.com/shopspring/decimal v1.2.0
1515
github.com/stretchr/testify v1.8.4
1616
github.com/urfave/cli v1.22.9
1717
google.golang.org/grpc v1.59.0
18-
google.golang.org/protobuf v1.31.0
18+
google.golang.org/protobuf v1.33.0
1919
gopkg.in/macaroon-bakery.v2 v2.0.1
2020
gopkg.in/macaroon.v2 v2.1.0
2121
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ github.com/lib/pq v1.10.3 h1:v9QZf2Sn6AmjXtQeFpdoq/eaNtYP6IN+7lcrygsIAtg=
384384
github.com/lib/pq v1.10.3/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
385385
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf h1:HZKvJUHlcXI/f/O0Avg7t8sqkPo78HFzjmeYFl6DPnc=
386386
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf/go.mod h1:vxmQPeIQxPf6Jf9rM8R+B4rKBqLA2AjttNxkFBL2Plk=
387-
github.com/lightninglabs/lndclient v0.17.4-1 h1:uCLBYf1f1nOoagHuiPK9anERA86dNSlYK9/QGb410RQ=
388-
github.com/lightninglabs/lndclient v0.17.4-1/go.mod h1:2krqTDgp3W3DLSDx9bYaT0MDrMVslGMXETViKE8J1pk=
387+
github.com/lightninglabs/lndclient v0.17.4-6 h1:wJEuI2O8pYqzBGnivnHbtnMhhdgYSu89AvOnqJLTy5M=
388+
github.com/lightninglabs/lndclient v0.17.4-6/go.mod h1:XAhBTLYLB6mkp9yqYXombokwzzSrwU7fNINL4+gU2rM=
389389
github.com/lightninglabs/neutrino v0.16.0 h1:YNTQG32fPR/Zg0vvJVI65OBH8l3U18LSXXtX91hx0q0=
390390
github.com/lightninglabs/neutrino v0.16.0/go.mod h1:x3OmY2wsA18+Kc3TSV2QpSUewOCiscw2mKpXgZv2kZk=
391391
github.com/lightninglabs/neutrino/cache v1.1.1 h1:TllWOSlkABhpgbWJfzsrdUaDH2fBy/54VSIB4vVqV8M=

0 commit comments

Comments
 (0)