Skip to content

Commit 2be617e

Browse files
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 51a56c3 (#5959)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/opentracing-contrib/go-grpc/test](https://github.com/opentracing-contrib/go-grpc) | require | digest | `1fec0ef` -> `51a56c3` | --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIlNraXAgQ2hhbmdlbG9nIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6db18df commit 2be617e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bridge/opentracing/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace go.opentelemetry.io/otel/trace => ../../../trace
1010

1111
require (
1212
github.com/opentracing-contrib/go-grpc v0.1.0
13-
github.com/opentracing-contrib/go-grpc/test v0.0.0-20241107173845-1fec0efe241b
13+
github.com/opentracing-contrib/go-grpc/test v0.0.0-20241108014533-51a56c348061
1414
github.com/opentracing/opentracing-go v1.2.0
1515
github.com/stretchr/testify v1.9.0
1616
go.opentelemetry.io/otel v1.31.0

bridge/opentracing/test/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1212
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1313
github.com/opentracing-contrib/go-grpc v0.1.0 h1:9JHDtQXv6UL0tFF8KJB/4ApJgeOcaHp1h07d0PJjESc=
1414
github.com/opentracing-contrib/go-grpc v0.1.0/go.mod h1:i3/jx/TvJZ/HKidtT4XGIi/NosUEpzS9xjVJctbKZzI=
15-
github.com/opentracing-contrib/go-grpc/test v0.0.0-20241107173845-1fec0efe241b h1:kGJTsT5KlCvo/UkD1/DD2Qxo768EMs2+Vnyye50gfz8=
16-
github.com/opentracing-contrib/go-grpc/test v0.0.0-20241107173845-1fec0efe241b/go.mod h1:7Wi+xyYMLB5JovMVv8bwomFvc8BJw8iH8pkz/GNxHIY=
15+
github.com/opentracing-contrib/go-grpc/test v0.0.0-20241108014533-51a56c348061 h1:2P+/GsaUnTJdQyrSGQ/nycO4J1eAkA42b4tbHYc+T9Q=
16+
github.com/opentracing-contrib/go-grpc/test v0.0.0-20241108014533-51a56c348061/go.mod h1:7Wi+xyYMLB5JovMVv8bwomFvc8BJw8iH8pkz/GNxHIY=
1717
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
1818
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
1919
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)