Skip to content

Commit ef91a14

Browse files
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.46.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.42.0...zpages/v0.46.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d2a6e5 commit ef91a14

File tree

2 files changed

+19
-75
lines changed

2 files changed

+19
-75
lines changed

go.mod

+6-7
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/docker/docker v24.0.5-0.20230714235725-36e9e796c6fc+incompatible
3333
github.com/dustin/go-humanize v1.0.1
3434
github.com/ghodss/yaml v1.0.0
35-
github.com/google/go-cmp v0.5.9
35+
github.com/google/go-cmp v0.6.0
3636
github.com/google/go-containerregistry v0.15.2
3737
github.com/google/uuid v1.3.1
3838
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
@@ -62,14 +62,14 @@ require (
6262
github.com/tidwall/sjson v1.2.5
6363
github.com/xeipuuv/gojsonschema v1.2.0
6464
go.mongodb.org/mongo-driver v1.12.0
65-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
66-
go.opentelemetry.io/otel v1.19.0
65+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0
66+
go.opentelemetry.io/otel v1.20.0
6767
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
6868
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
6969
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
7070
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
7171
go.opentelemetry.io/otel/sdk v1.19.0
72-
go.opentelemetry.io/otel/trace v1.19.0
72+
go.opentelemetry.io/otel/trace v1.20.0
7373
go.uber.org/zap v1.24.0
7474
golang.org/x/sync v0.3.0
7575
google.golang.org/grpc v1.59.0
@@ -126,7 +126,7 @@ require (
126126
github.com/felixge/httpsnoop v1.0.3 // indirect
127127
github.com/fsnotify/fsnotify v1.6.0 // indirect
128128
github.com/fvbommel/sortorder v1.1.0 // indirect
129-
github.com/go-logr/logr v1.2.4 // indirect
129+
github.com/go-logr/logr v1.3.0 // indirect
130130
github.com/go-logr/stdr v1.2.2 // indirect
131131
github.com/go-openapi/jsonpointer v0.19.6 // indirect
132132
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -223,8 +223,7 @@ require (
223223
github.com/zmap/zlint v0.0.0-20190806154020-fd021b4cfbeb // indirect
224224
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.42.0 // indirect
225225
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0 // indirect
226-
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
227-
go.opentelemetry.io/otel/metric v1.19.0 // indirect
226+
go.opentelemetry.io/otel/metric v1.20.0 // indirect
228227
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
229228
go.uber.org/atomic v1.11.0 // indirect
230229
go.uber.org/multierr v1.11.0 // indirect

0 commit comments

Comments
 (0)