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.48 .0
10
+ go.opentelemetry.io/contrib/instrumentation/runtime v0.49 .0
11
11
go.opentelemetry.io/contrib/propagators/autoprop v0.49.0
12
12
go.opentelemetry.io/otel v1.24.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.48 .0 h1:dJlCKeq+zmO5Og4kgxqPvvJrzuD/mygs1g/NYM9dAsU =
30
- go.opentelemetry.io/contrib/instrumentation/runtime v0.48 .0 /go.mod h1:p+hpBCpLHpuUrR0lHgnHbUnbCBll1IhrcMIlycC+xYs =
29
+ go.opentelemetry.io/contrib/instrumentation/runtime v0.49 .0 h1:dg9y+7ArpumB6zwImJv47RHfdgOGQ1EMkzP5vLkEnTU =
30
+ go.opentelemetry.io/contrib/instrumentation/runtime v0.49 .0 /go.mod h1:Ul4MtXqu/hJBM+v7a6dCF0nHwckPMLpIpLeCi4+zfdw =
31
31
go.opentelemetry.io/contrib/propagators/autoprop v0.49.0 h1:Jbr/9/jv1QpINge/fvJD4kUkW9/TqRNWU7H2GSK/Vb8 =
32
32
go.opentelemetry.io/contrib/propagators/autoprop v0.49.0 /go.mod h1:aZTdrjEnMOr6ODgjCQ955njFMLRDo1IJdTNS+agSPjA =
33
33
go.opentelemetry.io/contrib/propagators/aws v1.24.0 h1:cuwQmy9nGJi99fbwUfZSygCL3d347ddnSCWRuiVjhJ8 =
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.1 // indirect
20
- go.opentelemetry.io/contrib/instrumentation/runtime v0.48 .0 // indirect
20
+ go.opentelemetry.io/contrib/instrumentation/runtime v0.49 .0 // indirect
21
21
go.opentelemetry.io/contrib/propagators/autoprop v0.49.0 // indirect
22
22
go.opentelemetry.io/contrib/propagators/aws v1.24.0 // indirect
23
23
go.opentelemetry.io/contrib/propagators/b3 v1.24.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.49.0 h1:jq9TW8u3so/bN+JPT166wjOI6/vQPF6Xe7nMNIltagk =
25
25
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 /go.mod h1:p8pYQP+m5XfbZm9fxtSKAbM6oIllS7s2AfxrChvc7iw =
26
- go.opentelemetry.io/contrib/instrumentation/runtime v0.48 .0 h1:dJlCKeq+zmO5Og4kgxqPvvJrzuD/mygs1g/NYM9dAsU =
27
- go.opentelemetry.io/contrib/instrumentation/runtime v0.48 .0 /go.mod h1:p+hpBCpLHpuUrR0lHgnHbUnbCBll1IhrcMIlycC+xYs =
26
+ go.opentelemetry.io/contrib/instrumentation/runtime v0.49 .0 h1:dg9y+7ArpumB6zwImJv47RHfdgOGQ1EMkzP5vLkEnTU =
27
+ go.opentelemetry.io/contrib/instrumentation/runtime v0.49 .0 /go.mod h1:Ul4MtXqu/hJBM+v7a6dCF0nHwckPMLpIpLeCi4+zfdw =
28
28
go.opentelemetry.io/contrib/propagators/autoprop v0.49.0 h1:Jbr/9/jv1QpINge/fvJD4kUkW9/TqRNWU7H2GSK/Vb8 =
29
29
go.opentelemetry.io/contrib/propagators/autoprop v0.49.0 /go.mod h1:aZTdrjEnMOr6ODgjCQ955njFMLRDo1IJdTNS+agSPjA =
30
30
go.opentelemetry.io/contrib/propagators/aws v1.24.0 h1:cuwQmy9nGJi99fbwUfZSygCL3d347ddnSCWRuiVjhJ8 =
You can’t perform that action at this time.
0 commit comments