open-telemetry / opentelemetry-go

OpenTelemetry Go API and SDK
https://opentelemetry.io/docs/languages/go
Apache License 2.0
5.35k stars 1.09k forks source link

fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.0 #5958

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/opentracing-contrib/go-grpc v0.0.0-20241107172107-e3cbcab5b6a5 -> v0.1.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 weeks ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: bridge/opentracing/test/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/opentracing-contrib/go-grpc v0.1.0
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading google.golang.org/grpc v1.68.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/net v0.30.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28
go: downloading github.com/go-logr/logr v1.4.2
go: downloading google.golang.org/protobuf v1.35.1
go: downloading golang.org/x/sys v0.27.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/text v0.20.0
go: go.opentelemetry.io/otel/bridge/opentracing/test tested by
    go.opentelemetry.io/otel/bridge/opentracing/test.test imports
    github.com/opentracing-contrib/go-grpc/test/otgrpc_testing: cannot find module providing package github.com/opentracing-contrib/go-grpc/test/otgrpc_testing
pellared commented 3 weeks ago

Needs some work because of https://github.com/opentracing-contrib/go-grpc/pull/19 and https://github.com/open-telemetry/opentelemetry-go/blob/ef12bf858da5421901185b3a90c343444eadcdd0/bridge/opentracing/test/bridge_grpc_test.go#L13

renovate[bot] commented 3 weeks ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.