Skip to content

Commit 8b29070

Browse files
chore(deps): update module go.opentelemetry.io/contrib/propagators/aws to v1.28.0
1 parent 8f51c6b commit 8b29070

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

distro/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/google/uuid v1.6.0 // indirect
3232
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
34-
go.opentelemetry.io/contrib/propagators/aws v1.27.0 // indirect
34+
go.opentelemetry.io/contrib/propagators/aws v1.28.0 // indirect
3535
go.opentelemetry.io/contrib/propagators/b3 v1.27.0 // indirect
3636
go.opentelemetry.io/contrib/propagators/jaeger v1.27.0 // indirect
3737
go.opentelemetry.io/contrib/propagators/ot v1.27.0 // indirect

distro/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0 h1:nOlJEAJyrcy8hexK6
3333
go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0/go.mod h1:u79lGGIlkg3Ryw425RbMjEkGYNxSnXRyR286O840+u4=
3434
go.opentelemetry.io/contrib/propagators/autoprop v0.52.0 h1:xyRih6jMB0vroMSRdBE+uyKx20BclB/bybJt/LaCxmY=
3535
go.opentelemetry.io/contrib/propagators/autoprop v0.52.0/go.mod h1:L67tQgHPIOrZEraNfzidjljS9o+yLha0Y3UY4jXfs5w=
36-
go.opentelemetry.io/contrib/propagators/aws v1.27.0 h1:RJexJi4R0S9CpxzuhhzGlTCIpaaK9SJH9g9BFrCWfPE=
37-
go.opentelemetry.io/contrib/propagators/aws v1.27.0/go.mod h1:bqU5Ma1dEQ7VtRbPMUsH8UDTuTMiLJN4W+eUmyNVayc=
36+
go.opentelemetry.io/contrib/propagators/aws v1.28.0 h1:acyTl4oyin/iLr5Nz3u7p/PKHUbLh42w/fqg9LblExk=
37+
go.opentelemetry.io/contrib/propagators/aws v1.28.0/go.mod h1:5WgIv6yG9DvLlSY2uIHrYSeVVwCDCqp4jhwinNNyeT4=
3838
go.opentelemetry.io/contrib/propagators/b3 v1.27.0 h1:IjgxbomVrV9za6bRi8fWCNXENs0co37SZedQilP2hm0=
3939
go.opentelemetry.io/contrib/propagators/b3 v1.27.0/go.mod h1:Dv9obQz25lCisDvvs4dy28UPh974CxkahRDUPsY7y9E=
4040
go.opentelemetry.io/contrib/propagators/jaeger v1.27.0 h1:tJPpZAEsihJgRTnXrPjY3rjED8Av3EJdi1kvKCi1yMc=

example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
2020
go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0 // indirect
2121
go.opentelemetry.io/contrib/propagators/autoprop v0.52.0 // indirect
22-
go.opentelemetry.io/contrib/propagators/aws v1.27.0 // indirect
22+
go.opentelemetry.io/contrib/propagators/aws v1.28.0 // indirect
2323
go.opentelemetry.io/contrib/propagators/b3 v1.27.0 // indirect
2424
go.opentelemetry.io/contrib/propagators/jaeger v1.27.0 // indirect
2525
go.opentelemetry.io/contrib/propagators/ot v1.27.0 // indirect

example/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0 h1:nOlJEAJyrcy8hexK6
3131
go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0/go.mod h1:u79lGGIlkg3Ryw425RbMjEkGYNxSnXRyR286O840+u4=
3232
go.opentelemetry.io/contrib/propagators/autoprop v0.52.0 h1:xyRih6jMB0vroMSRdBE+uyKx20BclB/bybJt/LaCxmY=
3333
go.opentelemetry.io/contrib/propagators/autoprop v0.52.0/go.mod h1:L67tQgHPIOrZEraNfzidjljS9o+yLha0Y3UY4jXfs5w=
34-
go.opentelemetry.io/contrib/propagators/aws v1.27.0 h1:RJexJi4R0S9CpxzuhhzGlTCIpaaK9SJH9g9BFrCWfPE=
35-
go.opentelemetry.io/contrib/propagators/aws v1.27.0/go.mod h1:bqU5Ma1dEQ7VtRbPMUsH8UDTuTMiLJN4W+eUmyNVayc=
34+
go.opentelemetry.io/contrib/propagators/aws v1.28.0 h1:acyTl4oyin/iLr5Nz3u7p/PKHUbLh42w/fqg9LblExk=
35+
go.opentelemetry.io/contrib/propagators/aws v1.28.0/go.mod h1:5WgIv6yG9DvLlSY2uIHrYSeVVwCDCqp4jhwinNNyeT4=
3636
go.opentelemetry.io/contrib/propagators/b3 v1.27.0 h1:IjgxbomVrV9za6bRi8fWCNXENs0co37SZedQilP2hm0=
3737
go.opentelemetry.io/contrib/propagators/b3 v1.27.0/go.mod h1:Dv9obQz25lCisDvvs4dy28UPh974CxkahRDUPsY7y9E=
3838
go.opentelemetry.io/contrib/propagators/jaeger v1.27.0 h1:tJPpZAEsihJgRTnXrPjY3rjED8Av3EJdi1kvKCi1yMc=

0 commit comments

Comments
 (0)