You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump the go_modules group across 1 directory with 4 updates (#3105)
* Bump the go_modules group across 1 directory with 4 updates
Bumps the go_modules group with 4 updates in the / directory: [github.com/docker/docker](https://github.com/docker/docker), [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib), google.golang.org/protobuf and [golang.org/x/net](https://github.com/golang/net).
Updates `github.com/docker/docker` from 24.0.5-0.20230714235725-36e9e796c6fc+incompatible to 24.0.9+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/commits/v24.0.9)
Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.45.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.45.0...zpages/v0.46.0)
Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.1
Updates `golang.org/x/net` from 0.23.0 to 0.25.0
- [Commits](golang/net@v0.23.0...v0.25.0)
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
dependency-group: go_modules
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
dependency-type: direct:production
dependency-group: go_modules
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
dependency-group: go_modules
- dependency-name: golang.org/x/net
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com>
* Stop using deprecated functions
otelgrpc has deprecated otelgrpc.UnaryClientInterceptor and
otelgrpc.UnaryServerInterceptor, instead you should use NewClientHandler
with grpc.WithStatsHandler to instrument a gRPC client, and
NewServerHandler with grpc.StatsHandler to instrument a gRPC server.
Signed-off-by: Kim Christensen <kimworking@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kim Christensen <kimworking@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kim Christensen <kimworking@gmail.com>
0 commit comments