@@ -24,7 +24,7 @@ require (
24
24
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
25
25
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
26
26
github.com/aead/siphash v1.0.1 // indirect
27
- github.com/andybalholm/brotli v1.0.3 // indirect
27
+ github.com/andybalholm/brotli v1.0.4 // indirect
28
28
github.com/beorn7/perks v1.0.1 // indirect
29
29
github.com/btcsuite/btcd v0.23.5-0.20230905170901-80f5a0ffdf36 // indirect
30
30
github.com/btcsuite/btcd/btcutil v1.1.4-0.20230904040416-d4f519f5dc05 // indirect
@@ -87,7 +87,7 @@ require (
87
87
github.com/juju/utils/v3 v3.0.2 // indirect
88
88
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
89
89
github.com/kkdai/bstream v1.0.0 // indirect
90
- github.com/klauspost/compress v1.13.6 // indirect
90
+ github.com/klauspost/compress v1.15.9 // indirect
91
91
github.com/klauspost/pgzip v1.2.5 // indirect
92
92
github.com/kr/pretty v0.3.1 // indirect
93
93
github.com/lib/pq v1.10.7 // indirect
@@ -116,7 +116,7 @@ require (
116
116
github.com/modern-go/reflect2 v1.0.2 // indirect
117
117
github.com/nwaples/rardecode v1.1.2 // indirect
118
118
github.com/onsi/ginkgo v1.16.4 // indirect
119
- github.com/pierrec/lz4/v4 v4.1.8 // indirect
119
+ github.com/pierrec/lz4/v4 v4.1.15 // indirect
120
120
github.com/pmezard/go-difflib v1.0.0 // indirect
121
121
github.com/prometheus/client_golang v1.14.0 // indirect
122
122
github.com/prometheus/client_model v0.3.0 // indirect
@@ -128,7 +128,7 @@ require (
128
128
github.com/soheilhy/cmux v0.1.5 // indirect
129
129
github.com/spf13/pflag v1.0.5 // indirect
130
130
github.com/stretchr/objx v0.5.0 // indirect
131
- github.com/stretchr/testify v1.8.2 // indirect
131
+ github.com/stretchr/testify v1.8.3 // indirect
132
132
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
133
133
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
134
134
github.com/tv42/zbase32 v0.0.0-20160707012821-501572607d02 // indirect
@@ -151,7 +151,7 @@ require (
151
151
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.3.0 // indirect
152
152
go.opentelemetry.io/otel/sdk v1.3.0 // indirect
153
153
go.opentelemetry.io/otel/trace v1.3.0 // indirect
154
- go.opentelemetry.io/proto/otlp v0.15 .0 // indirect
154
+ go.opentelemetry.io/proto/otlp v0.19 .0 // indirect
155
155
go.uber.org/atomic v1.10.0 // indirect
156
156
go.uber.org/multierr v1.6.0 // indirect
157
157
go.uber.org/zap v1.23.0 // indirect
@@ -163,7 +163,7 @@ require (
163
163
golang.org/x/sys v0.13.0 // indirect
164
164
golang.org/x/term v0.13.0 // indirect
165
165
golang.org/x/text v0.13.0 // indirect
166
- golang.org/x/time v0.1 .0 // indirect
166
+ golang.org/x/time v0.3 .0 // indirect
167
167
golang.org/x/tools v0.9.1 // indirect
168
168
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
169
169
gopkg.in/errgo.v1 v1.0.1 // indirect
0 commit comments