@@ -8,20 +8,20 @@ require (
8
8
github.com/golangci/golangci-lint v1.51.2
9
9
github.com/google/go-querystring v1.1.0
10
10
github.com/google/uuid v1.3.0
11
- github.com/klauspost/compress v1.15.15
12
- github.com/schollz/progressbar/v3 v3.13.0
11
+ github.com/klauspost/compress v1.16.3
12
+ github.com/schollz/progressbar/v3 v3.13.1
13
13
github.com/sirupsen/logrus v1.9.0
14
- github.com/stretchr/testify v1.8.1
15
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.39 .0
16
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.39 .0
17
- go.opentelemetry.io/otel v1.13 .0
18
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13 .0
19
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.13 .0
20
- go.opentelemetry.io/otel/sdk v1.13 .0
21
- go.opentelemetry.io/otel/trace v1.13 .0
14
+ github.com/stretchr/testify v1.8.2
15
+ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.40 .0
16
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40 .0
17
+ go.opentelemetry.io/otel v1.14 .0
18
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14 .0
19
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14 .0
20
+ go.opentelemetry.io/otel/sdk v1.14 .0
21
+ go.opentelemetry.io/otel/trace v1.14 .0
22
22
go.uber.org/zap v1.24.0
23
23
golang.org/x/sync v0.1.0
24
- golang.org/x/tools v0.6 .0
24
+ golang.org/x/tools v0.7 .0
25
25
gotest.tools/gotestsum v1.9.0
26
26
)
27
27
@@ -47,7 +47,7 @@ require (
47
47
github.com/breml/bidichk v0.2.3 // indirect
48
48
github.com/breml/errchkjson v0.3.0 // indirect
49
49
github.com/butuzov/ireturn v0.1.1 // indirect
50
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
50
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
51
51
github.com/charithe/durationcheck v0.0.9 // indirect
52
52
github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348 // indirect
53
53
github.com/curioswitch/go-reassign v0.2.0 // indirect
@@ -76,7 +76,7 @@ require (
76
76
github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
77
77
github.com/gobwas/glob v0.2.3 // indirect
78
78
github.com/gofrs/flock v0.8.1 // indirect
79
- github.com/golang/protobuf v1.5.2 // indirect
79
+ github.com/golang/protobuf v1.5.3 // indirect
80
80
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect
81
81
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
82
82
github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe // indirect
@@ -93,7 +93,7 @@ require (
93
93
github.com/gostaticanalysis/comment v1.4.2 // indirect
94
94
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
95
95
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
96
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.10 .2 // indirect
96
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.15 .2 // indirect
97
97
github.com/hashicorp/errwrap v1.1.0 // indirect
98
98
github.com/hashicorp/go-multierror v1.1.1 // indirect
99
99
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -184,22 +184,22 @@ require (
184
184
github.com/yagipy/maintidx v1.0.0 // indirect
185
185
github.com/yeya24/promlinter v0.2.0 // indirect
186
186
gitlab.com/bosi/decorder v0.2.3 // indirect
187
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.13 .0 // indirect
188
- go.opentelemetry.io/otel/metric v0.36 .0 // indirect
187
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14 .0 // indirect
188
+ go.opentelemetry.io/otel/metric v0.37 .0 // indirect
189
189
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
190
190
go.uber.org/atomic v1.9.0 // indirect
191
191
go.uber.org/goleak v1.1.12 // indirect
192
192
go.uber.org/multierr v1.7.0 // indirect
193
193
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
194
194
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9 // indirect
195
- golang.org/x/mod v0.8 .0 // indirect
196
- golang.org/x/net v0.7 .0 // indirect
197
- golang.org/x/sys v0.5 .0 // indirect
198
- golang.org/x/term v0.5 .0 // indirect
199
- golang.org/x/text v0.7 .0 // indirect
200
- google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
201
- google.golang.org/grpc v1.52.3 // indirect
202
- google.golang.org/protobuf v1.28 .1 // indirect
195
+ golang.org/x/mod v0.9 .0 // indirect
196
+ golang.org/x/net v0.8 .0 // indirect
197
+ golang.org/x/sys v0.6 .0 // indirect
198
+ golang.org/x/term v0.6 .0 // indirect
199
+ golang.org/x/text v0.8 .0 // indirect
200
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
201
+ google.golang.org/grpc v1.53.0 // indirect
202
+ google.golang.org/protobuf v1.29 .1 // indirect
203
203
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
204
204
gopkg.in/ini.v1 v1.67.0 // indirect
205
205
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments