@@ -11,10 +11,10 @@ require (
1111 github.com/lightningnetwork/lnd v0.16.0-beta
1212 github.com/lightningnetwork/lnd/ticker v1.1.0
1313 github.com/lightningnetwork/lnd/tor v1.1.0
14- github.com/stretchr/testify v1.8.1
15- golang.org/x/crypto v0.1 .0
16- google.golang.org/grpc v1.41 .0
17- google.golang.org/protobuf v1.27.1
14+ github.com/stretchr/testify v1.8.4
15+ golang.org/x/crypto v0.14 .0
16+ google.golang.org/grpc v1.59 .0
17+ google.golang.org/protobuf v1.31.0
1818 nhooyr.io/websocket v1.8.7
1919)
2020
@@ -40,7 +40,7 @@ require (
4040 github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
4141 github.com/btcsuite/winsvc v1.0.0 // indirect
4242 github.com/cenkalti/backoff/v4 v4.1.1 // indirect
43- github.com/cespare/xxhash/v2 v2.1.1 // indirect
43+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
4444 github.com/coreos/go-semver v0.3.0 // indirect
4545 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
4646 github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -51,12 +51,14 @@ require (
5151 github.com/dsnet/compress v0.0.1 // indirect
5252 github.com/dustin/go-humanize v1.0.0 // indirect
5353 github.com/fergusstrange/embedded-postgres v1.10.0 // indirect
54+ github.com/go-logr/logr v1.3.0 // indirect
55+ github.com/go-logr/stdr v1.2.2 // indirect
5456 github.com/gogo/protobuf v1.3.2 // indirect
5557 github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
56- github.com/golang/protobuf v1.5.2 // indirect
58+ github.com/golang/protobuf v1.5.3 // indirect
5759 github.com/golang/snappy v0.0.4 // indirect
5860 github.com/google/btree v1.0.1 // indirect
59- github.com/google/uuid v1.3.0 // indirect
61+ github.com/google/uuid v1.3.1 // indirect
6062 github.com/gorilla/websocket v1.4.2 // indirect
6163 github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
6264 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
@@ -127,26 +129,29 @@ require (
127129 go.etcd.io/etcd/pkg/v3 v3.5.7 // indirect
128130 go.etcd.io/etcd/raft/v3 v3.5.7 // indirect
129131 go.etcd.io/etcd/server/v3 v3.5.7 // indirect
130- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.25 .0 // indirect
131- go.opentelemetry.io/otel v1.0.1 // indirect
132+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46 .0 // indirect
133+ go.opentelemetry.io/otel v1.20.0 // indirect
132134 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.0.1 // indirect
133135 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.1 // indirect
136+ go.opentelemetry.io/otel/metric v1.20.0 // indirect
134137 go.opentelemetry.io/otel/sdk v1.0.1 // indirect
135- go.opentelemetry.io/otel/trace v1.0.1 // indirect
138+ go.opentelemetry.io/otel/trace v1.20.0 // indirect
136139 go.opentelemetry.io/proto/otlp v0.9.0 // indirect
137140 go.uber.org/atomic v1.7.0 // indirect
138141 go.uber.org/multierr v1.6.0 // indirect
139142 go.uber.org/zap v1.17.0 // indirect
140143 golang.org/x/exp v0.0.0-20221111094246-ab4555d3164f // indirect
141- golang.org/x/mod v0.6 .0 // indirect
142- golang.org/x/net v0.7 .0 // indirect
143- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
144- golang.org/x/sys v0.5 .0 // indirect
145- golang.org/x/term v0.5 .0 // indirect
146- golang.org/x/text v0.7 .0 // indirect
144+ golang.org/x/mod v0.8 .0 // indirect
145+ golang.org/x/net v0.17 .0 // indirect
146+ golang.org/x/sync v0.3.0 // indirect
147+ golang.org/x/sys v0.13 .0 // indirect
148+ golang.org/x/term v0.13 .0 // indirect
149+ golang.org/x/text v0.13 .0 // indirect
147150 golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
148- golang.org/x/tools v0.2.0 // indirect
149- google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
151+ golang.org/x/tools v0.6.0 // indirect
152+ google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
153+ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
154+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
150155 gopkg.in/errgo.v1 v1.0.1 // indirect
151156 gopkg.in/macaroon-bakery.v2 v2.1.0 // indirect
152157 gopkg.in/macaroon.v2 v2.1.0 // indirect
0 commit comments