Skip to content

Commit 5fa3d04

Browse files
fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.3 (#8207)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/opentracing-contrib/go-grpc](https://redirect.github.com/opentracing-contrib/go-grpc) | `v0.1.2` → `v0.1.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopentracing-contrib%2fgo-grpc/v0.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopentracing-contrib%2fgo-grpc/v0.1.2/v0.1.3?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/5322) for more information. --- ### Release Notes <details> <summary>opentracing-contrib/go-grpc (github.com/opentracing-contrib/go-grpc)</summary> ### [`v0.1.3`](https://redirect.github.com/opentracing-contrib/go-grpc/releases/tag/v0.1.3) [Compare Source](https://redirect.github.com/opentracing-contrib/go-grpc/compare/v0.1.2...v0.1.3) <!-- Release notes generated using configuration in .github/release.yml at v0.1.3 --> #### What's Changed ##### 🔨 Maintenance - Remove go toolchain by [@&#8203;lucacome](https://redirect.github.com/lucacome) in [#&#8203;69](https://redirect.github.com/opentracing-contrib/go-grpc/pull/69) - Remove go toolchain from tests by [@&#8203;lucacome](https://redirect.github.com/lucacome) in [#&#8203;70](https://redirect.github.com/opentracing-contrib/go-grpc/pull/70) ##### ⬆️ Dependencies - Update lucacome/draft-release action to v2.1.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;52](https://redirect.github.com/opentracing-contrib/go-grpc/pull/52), [#&#8203;55](https://redirect.github.com/opentracing-contrib/go-grpc/pull/55), [#&#8203;58](https://redirect.github.com/opentracing-contrib/go-grpc/pull/58), [#&#8203;61](https://redirect.github.com/opentracing-contrib/go-grpc/pull/61), [#&#8203;68](https://redirect.github.com/opentracing-contrib/go-grpc/pull/68), [#&#8203;71](https://redirect.github.com/opentracing-contrib/go-grpc/pull/71) - Update actions/labeler action to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;51](https://redirect.github.com/opentracing-contrib/go-grpc/pull/51) - Update actions/checkout action to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;48](https://redirect.github.com/opentracing-contrib/go-grpc/pull/48), [#&#8203;57](https://redirect.github.com/opentracing-contrib/go-grpc/pull/57) - Update module github.com/stretchr/testify to v1.11.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;49](https://redirect.github.com/opentracing-contrib/go-grpc/pull/49) - Update actions/setup-go action to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;50](https://redirect.github.com/opentracing-contrib/go-grpc/pull/50) - Update golangci/golangci-lint-action action to v9 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;47](https://redirect.github.com/opentracing-contrib/go-grpc/pull/47), [#&#8203;56](https://redirect.github.com/opentracing-contrib/go-grpc/pull/56) - Update module google.golang.org/grpc to v1.80.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;46](https://redirect.github.com/opentracing-contrib/go-grpc/pull/46), [#&#8203;53](https://redirect.github.com/opentracing-contrib/go-grpc/pull/53), [#&#8203;60](https://redirect.github.com/opentracing-contrib/go-grpc/pull/60), [#&#8203;62](https://redirect.github.com/opentracing-contrib/go-grpc/pull/62), [#&#8203;65](https://redirect.github.com/opentracing-contrib/go-grpc/pull/65), [#&#8203;67](https://redirect.github.com/opentracing-contrib/go-grpc/pull/67) - Update github/codeql-action action to v4 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;54](https://redirect.github.com/opentracing-contrib/go-grpc/pull/54) **Full Changelog**: <opentracing-contrib/go-grpc@v0.1.2...v0.1.3> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a100e02 commit 5fa3d04

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bridge/opentracing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace go.opentelemetry.io/otel => ../..
77
replace go.opentelemetry.io/otel/trace => ../../trace
88

99
require (
10-
github.com/opentracing-contrib/go-grpc v0.1.2
10+
github.com/opentracing-contrib/go-grpc v0.1.3
1111
github.com/opentracing-contrib/go-grpc/test v0.0.0-20260408182509-6b4d2bc50635
1212
github.com/opentracing/opentracing-go v1.2.0
1313
github.com/stretchr/testify v1.11.1

bridge/opentracing/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
1818
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
1919
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
2020
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
21-
github.com/opentracing-contrib/go-grpc v0.1.2 h1:MP16Ozc59kqqwn1v18aQxpeGZhsBanJ2iurZYaQSZ+g=
22-
github.com/opentracing-contrib/go-grpc v0.1.2/go.mod h1:glU6rl1Fhfp9aXUHkE36K2mR4ht8vih0ekOVlWKEUHM=
21+
github.com/opentracing-contrib/go-grpc v0.1.3 h1:qGP4wO08sayiOxPcwX7uEcFX3Z7BscUMiKmicKnL3qk=
22+
github.com/opentracing-contrib/go-grpc v0.1.3/go.mod h1:Iacx5Nneyb1FtgYSWDS1h9QDibuDGg80cb6GFLxQST0=
2323
github.com/opentracing-contrib/go-grpc/test v0.0.0-20260408182509-6b4d2bc50635 h1:DWD53Wq0fApmJpLujv7aL2R9JTujoT9fdhIC0KMGD6U=
2424
github.com/opentracing-contrib/go-grpc/test v0.0.0-20260408182509-6b4d2bc50635/go.mod h1:hnyb6EIGJS6O9MC8WZHiu5YaPJ+sGcfzdnAxzyl9iJg=
2525
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=

0 commit comments

Comments
 (0)