Skip to content

Commit 27cd997

Browse files
Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.25.0 to 1.32.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.32.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35dfcf6 commit 27cd997

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ require (
4444
github.com/yannh/kubeconform v0.6.4
4545
github.com/ziflex/lecho/v3 v3.5.0
4646
go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0
47-
go.opentelemetry.io/otel v1.28.0
48-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.25.0
47+
go.opentelemetry.io/otel v1.32.0
48+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0
4949
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
50-
go.opentelemetry.io/otel/sdk v1.28.0
51-
go.opentelemetry.io/otel/sdk/metric v1.28.0
52-
go.opentelemetry.io/otel/trace v1.28.0
50+
go.opentelemetry.io/otel/sdk v1.32.0
51+
go.opentelemetry.io/otel/sdk/metric v1.32.0
52+
go.opentelemetry.io/otel/trace v1.32.0
5353
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
54-
golang.org/x/net v0.28.0
55-
golang.org/x/oauth2 v0.22.0
56-
google.golang.org/grpc v1.67.0
54+
golang.org/x/net v0.30.0
55+
golang.org/x/oauth2 v0.23.0
56+
google.golang.org/grpc v1.67.1
5757
gopkg.in/dealancer/validate.v2 v2.1.0
5858
gopkg.in/yaml.v3 v3.0.1
5959
k8s.io/api v0.26.15
@@ -168,7 +168,7 @@ require (
168168
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
169169
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
170170
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
171-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
171+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
172172
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
173173
github.com/hashicorp/go-getter v1.7.5 // indirect
174174
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
@@ -229,7 +229,7 @@ require (
229229
github.com/redis/go-redis/v9 v9.0.5 // indirect
230230
github.com/rivo/uniseg v0.4.4 // indirect
231231
github.com/robfig/cron/v3 v3.0.1 // indirect
232-
github.com/rogpeppe/go-internal v1.12.0 // indirect
232+
github.com/rogpeppe/go-internal v1.13.1 // indirect
233233
github.com/russross/blackfriday/v2 v2.1.0 // indirect
234234
github.com/sagikazarmark/locafero v0.4.0 // indirect
235235
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -264,22 +264,22 @@ require (
264264
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
265265
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
266266
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
267-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
267+
go.opentelemetry.io/otel/metric v1.32.0 // indirect
268268
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
269269
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
270270
go.uber.org/atomic v1.11.0 // indirect
271271
go.uber.org/multierr v1.9.0 // indirect
272-
golang.org/x/crypto v0.26.0 // indirect
273-
golang.org/x/sync v0.8.0 // indirect
274-
golang.org/x/sys v0.24.0 // indirect
275-
golang.org/x/term v0.23.0 // indirect
276-
golang.org/x/text v0.17.0 // indirect
272+
golang.org/x/crypto v0.28.0 // indirect
273+
golang.org/x/sync v0.9.0 // indirect
274+
golang.org/x/sys v0.27.0 // indirect
275+
golang.org/x/term v0.25.0 // indirect
276+
golang.org/x/text v0.20.0 // indirect
277277
golang.org/x/time v0.6.0 // indirect
278278
google.golang.org/api v0.171.0 // indirect
279279
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
280-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
281-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
282-
google.golang.org/protobuf v1.34.2 // indirect
280+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
281+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
282+
google.golang.org/protobuf v1.35.1 // indirect
283283
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
284284
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
285285
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)