File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/go-logr/zapr v1.3.0
8
8
github.com/stretchr/testify v1.8.4
9
9
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
11
11
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0
12
12
go.opentelemetry.io/otel v1.22.0
13
13
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
26
26
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
27
27
github.com/tonglil/buflogr v1.1.1 h1:CKAjOHBSMmgbRFxpn/RhQHPj5oANc7ekhlsoUDvcZIg =
28
28
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 =
31
31
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 h1:M0L+7CmXVJZBIj+++fQu94nVAA3o3oYyz7i11mQQohg =
32
32
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 /go.mod h1:8fJM9NHtiO3iL0e4iMgaExK1oTfvjFnMKAYS1JVP/MI =
33
33
go.opentelemetry.io/contrib/propagators/aws v1.22.0 h1:SKtPYiel5TWrE9gib3F4/BUcrvVjKsA5CH9xnWvj6cQ =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/go-logr/zapr v1.3.0 // indirect
18
18
github.com/golang/protobuf v1.5.3 // indirect
19
19
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
21
21
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 // indirect
22
22
go.opentelemetry.io/contrib/propagators/aws v1.22.0 // indirect
23
23
go.opentelemetry.io/contrib/propagators/b3 v1.22.0 // indirect
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
23
23
github.com/tonglil/buflogr v1.1.1 h1:CKAjOHBSMmgbRFxpn/RhQHPj5oANc7ekhlsoUDvcZIg =
24
24
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 h1:aFJWCqJMNjENlcleuuOkGAPH82y0yULBScfXcIEdS24 =
25
25
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 =
28
28
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 h1:M0L+7CmXVJZBIj+++fQu94nVAA3o3oYyz7i11mQQohg =
29
29
go.opentelemetry.io/contrib/propagators/autoprop v0.47.0 /go.mod h1:8fJM9NHtiO3iL0e4iMgaExK1oTfvjFnMKAYS1JVP/MI =
30
30
go.opentelemetry.io/contrib/propagators/aws v1.22.0 h1:SKtPYiel5TWrE9gib3F4/BUcrvVjKsA5CH9xnWvj6cQ =
You can’t perform that action at this time.
0 commit comments