@@ -29,7 +29,7 @@ require (
29
29
github.com/lightningnetwork/lnd/ticker v1.1.1
30
30
github.com/lightningnetwork/lnd/tor v1.1.2
31
31
github.com/ory/dockertest/v3 v3.10.0
32
- github.com/stretchr/testify v1.8.2
32
+ github.com/stretchr/testify v1.8.3
33
33
github.com/urfave/cli v1.22.9
34
34
golang.org/x/net v0.17.0
35
35
google.golang.org/grpc v1.56.3
@@ -48,7 +48,7 @@ require (
48
48
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
49
49
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
50
50
github.com/aead/siphash v1.0.1 // indirect
51
- github.com/andybalholm/brotli v1.0.3 // indirect
51
+ github.com/andybalholm/brotli v1.0.4 // indirect
52
52
github.com/beorn7/perks v1.0.1 // indirect
53
53
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 // indirect
54
54
github.com/btcsuite/btcwallet/wallet/txrules v1.2.0 // indirect
@@ -105,7 +105,7 @@ require (
105
105
github.com/juju/loggo v0.0.0-20210728185423-eebad3a902c4 // indirect
106
106
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
107
107
github.com/kkdai/bstream v1.0.0 // indirect
108
- github.com/klauspost/compress v1.13.6 // indirect
108
+ github.com/klauspost/compress v1.15.9 // indirect
109
109
github.com/klauspost/pgzip v1.2.5 // indirect
110
110
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
111
111
github.com/lightninglabs/neutrino v0.16.0 // indirect
@@ -127,11 +127,11 @@ require (
127
127
github.com/opencontainers/go-digest v1.0.0 // indirect
128
128
github.com/opencontainers/image-spec v1.0.2 // indirect
129
129
github.com/opencontainers/runc v1.1.5 // indirect
130
- github.com/pierrec/lz4/v4 v4.1.8 // indirect
130
+ github.com/pierrec/lz4/v4 v4.1.15 // indirect
131
131
github.com/pkg/errors v0.9.1 // indirect
132
132
github.com/pmezard/go-difflib v1.0.0 // indirect
133
133
github.com/prometheus/client_golang v1.11.1 // indirect
134
- github.com/prometheus/client_model v0.2 .0 // indirect
134
+ github.com/prometheus/client_model v0.3 .0 // indirect
135
135
github.com/prometheus/common v0.30.0 // indirect
136
136
github.com/prometheus/procfs v0.7.3 // indirect
137
137
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
@@ -167,7 +167,7 @@ require (
167
167
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.3.0 // indirect
168
168
go.opentelemetry.io/otel/sdk v1.3.0 // indirect
169
169
go.opentelemetry.io/otel/trace v1.3.0 // indirect
170
- go.opentelemetry.io/proto/otlp v0.15 .0 // indirect
170
+ go.opentelemetry.io/proto/otlp v0.19 .0 // indirect
171
171
go.uber.org/atomic v1.7.0 // indirect
172
172
go.uber.org/multierr v1.6.0 // indirect
173
173
go.uber.org/zap v1.17.0 // indirect
@@ -178,7 +178,7 @@ require (
178
178
golang.org/x/sys v0.13.0 // indirect
179
179
golang.org/x/term v0.13.0 // indirect
180
180
golang.org/x/text v0.13.0 // indirect
181
- golang.org/x/time v0.1 .0 // indirect
181
+ golang.org/x/time v0.3 .0 // indirect
182
182
golang.org/x/tools v0.9.1 // indirect
183
183
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
184
184
gopkg.in/errgo.v1 v1.0.1 // indirect
0 commit comments