Skip to content

Commit 4bd8102

Browse files
chore(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.47.0 (#2750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da4011f commit 4bd8102

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

distro/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-logr/zapr v1.3.0
88
github.com/stretchr/testify v1.8.4
99
github.com/tonglil/buflogr v1.1.1
10-
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1
10+
go.opentelemetry.io/contrib/instrumentation/runtime v0.47.0
1111
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0
1212
go.opentelemetry.io/otel v1.22.0
1313
go.opentelemetry.io/otel/exporters/jaeger v1.17.0

distro/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
2626
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
2727
github.com/tonglil/buflogr v1.1.1 h1:CKAjOHBSMmgbRFxpn/RhQHPj5oANc7ekhlsoUDvcZIg=
2828
github.com/tonglil/buflogr v1.1.1/go.mod h1:WLLtPRLqcFYWQLbA+ytXy5WrFTYnfA+beg1MpvJCxm4=
29-
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 h1:m9ReioVPIffxjJlGNRd0d5poy+9oTro3D+YbiEzUDOc=
30-
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1/go.mod h1:CANkrsXNzqOKXfOomu2zhOmc1/J5UZK9SGjrat6ZCG0=
29+
go.opentelemetry.io/contrib/instrumentation/runtime v0.47.0 h1:fQChVLLl1h/42YGVoikLZ8yBrf1VG4DSEJ1zDnMfIog=
30+
go.opentelemetry.io/contrib/instrumentation/runtime v0.47.0/go.mod h1:oEBtteRW7mKJc+yAKRuEu0xk5wyPUKpm41/bDM4ZKeY=
3131
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 h1:M0L+7CmXVJZBIj+++fQu94nVAA3o3oYyz7i11mQQohg=
3232
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0/go.mod h1:8fJM9NHtiO3iL0e4iMgaExK1oTfvjFnMKAYS1JVP/MI=
3333
go.opentelemetry.io/contrib/propagators/aws v1.22.0 h1:SKtPYiel5TWrE9gib3F4/BUcrvVjKsA5CH9xnWvj6cQ=

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/go-logr/zapr v1.3.0 // indirect
1818
github.com/golang/protobuf v1.5.3 // indirect
1919
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
20-
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 // indirect
20+
go.opentelemetry.io/contrib/instrumentation/runtime v0.47.0 // indirect
2121
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 // indirect
2222
go.opentelemetry.io/contrib/propagators/aws v1.22.0 // indirect
2323
go.opentelemetry.io/contrib/propagators/b3 v1.22.0 // indirect

example/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
2323
github.com/tonglil/buflogr v1.1.1 h1:CKAjOHBSMmgbRFxpn/RhQHPj5oANc7ekhlsoUDvcZIg=
2424
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 h1:aFJWCqJMNjENlcleuuOkGAPH82y0yULBScfXcIEdS24=
2525
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1/go.mod h1:sEGXWArGqc3tVa+ekntsN65DmVbVeW+7lTKTjZF3/Fo=
26-
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 h1:m9ReioVPIffxjJlGNRd0d5poy+9oTro3D+YbiEzUDOc=
27-
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1/go.mod h1:CANkrsXNzqOKXfOomu2zhOmc1/J5UZK9SGjrat6ZCG0=
26+
go.opentelemetry.io/contrib/instrumentation/runtime v0.47.0 h1:fQChVLLl1h/42YGVoikLZ8yBrf1VG4DSEJ1zDnMfIog=
27+
go.opentelemetry.io/contrib/instrumentation/runtime v0.47.0/go.mod h1:oEBtteRW7mKJc+yAKRuEu0xk5wyPUKpm41/bDM4ZKeY=
2828
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 h1:M0L+7CmXVJZBIj+++fQu94nVAA3o3oYyz7i11mQQohg=
2929
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0/go.mod h1:8fJM9NHtiO3iL0e4iMgaExK1oTfvjFnMKAYS1JVP/MI=
3030
go.opentelemetry.io/contrib/propagators/aws v1.22.0 h1:SKtPYiel5TWrE9gib3F4/BUcrvVjKsA5CH9xnWvj6cQ=

0 commit comments

Comments
 (0)