Skip to content

Commit 49c9dc8

Browse files
authored
Merge pull request #35 from calvinrzachman/lnd-v0.17.0-beta-rc1
build: bump to lnd v0.17.0-beta.rc2
2 parents be61695 + ad1b0a8 commit 49c9dc8

File tree

5 files changed

+122
-106
lines changed

5 files changed

+122
-106
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GO_VERSION=1.20.3
22
ARG BASE_IMAGE=lightninglabs/lnd
3-
ARG BASE_IMAGE_VERSION=v0.16.4-beta
3+
ARG BASE_IMAGE_VERSION=v0.17.0-beta.rc2
44

55
FROM golang:${GO_VERSION}-alpine as builder
66

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GO_VERSION=1.20.3
22
ARG BASE_IMAGE=lightninglabs/lnd
3-
ARG BASE_IMAGE_VERSION=v0.16.4-beta
3+
ARG BASE_IMAGE_VERSION=v0.17.0-beta.rc2
44

55
FROM golang:${GO_VERSION}-alpine as builder
66

go.mod

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/lightninglabs/lndinit
22

33
require (
4-
github.com/btcsuite/btcd v0.23.5-0.20230228185050-38331963bddd
5-
github.com/btcsuite/btcwallet v0.16.10-0.20230621165747-9c21f464ce13
4+
github.com/btcsuite/btcd v0.23.5-0.20230711222809-7faa9b266231
5+
github.com/btcsuite/btcwallet v0.16.10-0.20230804184612-07be54bc22cf
66
github.com/jessevdk/go-flags v1.4.0
77
github.com/kkdai/bstream v1.0.0
88
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
9-
github.com/lightningnetwork/lnd v0.16.4-beta
10-
github.com/stretchr/testify v1.8.1
11-
google.golang.org/grpc v1.41.0
9+
github.com/lightningnetwork/lnd v0.17.0-beta.rc2
10+
github.com/stretchr/testify v1.8.2
11+
google.golang.org/grpc v1.53.0
1212
k8s.io/api v0.18.3
1313
k8s.io/apimachinery v0.18.3
1414
k8s.io/client-go v0.18.3
@@ -33,8 +33,8 @@ require (
3333
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
3434
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
3535
github.com/btcsuite/winsvc v1.0.0 // indirect
36-
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
37-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
36+
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
37+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3838
github.com/coreos/go-semver v0.3.0 // indirect
3939
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
4040
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -61,13 +61,13 @@ require (
6161
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
6262
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0 // indirect
6363
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
64-
github.com/jackc/pgconn v1.10.0 // indirect
64+
github.com/jackc/pgconn v1.14.0 // indirect
6565
github.com/jackc/pgio v1.0.0 // indirect
6666
github.com/jackc/pgpassfile v1.0.0 // indirect
67-
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
68-
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
69-
github.com/jackc/pgtype v1.8.1 // indirect
70-
github.com/jackc/pgx/v4 v4.13.0 // indirect
67+
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
68+
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
69+
github.com/jackc/pgtype v1.14.0 // indirect
70+
github.com/jackc/pgx/v4 v4.18.1 // indirect
7171
github.com/jonboulle/clockwork v0.2.2 // indirect
7272
github.com/jrick/logrotate v1.0.0 // indirect
7373
github.com/json-iterator/go v1.1.11 // indirect
@@ -85,16 +85,16 @@ require (
8585
github.com/kr/pretty v0.2.1 // indirect
8686
github.com/lib/pq v1.10.3 // indirect
8787
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
88-
github.com/lightninglabs/neutrino v0.15.0 // indirect
88+
github.com/lightninglabs/neutrino v0.16.0 // indirect
8989
github.com/lightninglabs/neutrino/cache v1.1.1 // indirect
90-
github.com/lightningnetwork/lightning-onion v1.2.1-0.20221202012345-ca23184850a1 // indirect
90+
github.com/lightningnetwork/lightning-onion v1.2.1-0.20230823005744-06182b1d7d2f // indirect
9191
github.com/lightningnetwork/lnd/clock v1.1.0 // indirect
9292
github.com/lightningnetwork/lnd/healthcheck v1.2.2 // indirect
93-
github.com/lightningnetwork/lnd/kvdb v1.4.1 // indirect
93+
github.com/lightningnetwork/lnd/kvdb v1.4.2 // indirect
9494
github.com/lightningnetwork/lnd/queue v1.1.0 // indirect
9595
github.com/lightningnetwork/lnd/ticker v1.1.0 // indirect
9696
github.com/lightningnetwork/lnd/tlv v1.1.0 // indirect
97-
github.com/lightningnetwork/lnd/tor v1.1.0 // indirect
97+
github.com/lightningnetwork/lnd/tor v1.1.1 // indirect
9898
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
9999
github.com/mattn/go-isatty v0.0.16 // indirect
100100
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -111,17 +111,17 @@ require (
111111
github.com/prometheus/procfs v0.6.0 // indirect
112112
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
113113
github.com/rogpeppe/fastuuid v1.2.0 // indirect
114-
github.com/sirupsen/logrus v1.7.0 // indirect
114+
github.com/sirupsen/logrus v1.9.2 // indirect
115115
github.com/soheilhy/cmux v0.1.5 // indirect
116116
github.com/spf13/pflag v1.0.5 // indirect
117117
github.com/stretchr/objx v0.5.0 // indirect
118118
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
119119
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
120-
github.com/ulikunitz/xz v0.5.10 // indirect
120+
github.com/ulikunitz/xz v0.5.11 // indirect
121121
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
122122
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
123123
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
124-
go.etcd.io/bbolt v1.3.6 // indirect
124+
go.etcd.io/bbolt v1.3.7 // indirect
125125
go.etcd.io/etcd/api/v3 v3.5.7 // indirect
126126
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
127127
go.etcd.io/etcd/client/v2 v2.305.7 // indirect
@@ -140,19 +140,19 @@ require (
140140
go.uber.org/multierr v1.6.0 // indirect
141141
go.uber.org/zap v1.17.0 // indirect
142142
golang.org/x/crypto v0.7.0 // indirect
143-
golang.org/x/exp v0.0.0-20221111094246-ab4555d3164f // indirect
144-
golang.org/x/mod v0.8.0 // indirect
145-
golang.org/x/net v0.8.0 // indirect
146-
golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1 // indirect
147-
golang.org/x/sync v0.1.0 // indirect
148-
golang.org/x/sys v0.6.0 // indirect
149-
golang.org/x/term v0.6.0 // indirect
150-
golang.org/x/text v0.8.0 // indirect
143+
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
144+
golang.org/x/mod v0.10.0 // indirect
145+
golang.org/x/net v0.10.0 // indirect
146+
golang.org/x/oauth2 v0.4.0 // indirect
147+
golang.org/x/sync v0.2.0 // indirect
148+
golang.org/x/sys v0.8.0 // indirect
149+
golang.org/x/term v0.8.0 // indirect
150+
golang.org/x/text v0.9.0 // indirect
151151
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
152-
golang.org/x/tools v0.6.0 // indirect
153-
google.golang.org/appengine v1.6.6 // indirect
154-
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
155-
google.golang.org/protobuf v1.27.1 // indirect
152+
golang.org/x/tools v0.9.1 // indirect
153+
google.golang.org/appengine v1.6.7 // indirect
154+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
155+
google.golang.org/protobuf v1.30.0 // indirect
156156
gopkg.in/errgo.v1 v1.0.1 // indirect
157157
gopkg.in/inf.v0 v0.9.1 // indirect
158158
gopkg.in/macaroon-bakery.v2 v2.0.1 // indirect
@@ -176,4 +176,8 @@ require (
176176
sigs.k8s.io/yaml v1.2.0 // indirect
177177
)
178178

179+
// We want to format raw bytes as hex instead of base64. The forked version
180+
// allows us to specify that as an option.
181+
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
182+
179183
go 1.19

0 commit comments

Comments
 (0)