Skip to content

Commit

Permalink
[chore] update dep in go.mod (#11853)
Browse files Browse the repository at this point in the history
This is not strictly necessary as the replace updates the module, but
dependabot raised a security concern over it.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Dec 11, 2024
1 parent 4a987da commit fa49026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/confighttp/xconfighttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/component/componenttest v0.115.0
go.opentelemetry.io/collector/config/confighttp v0.0.0-00010101000000-000000000000
go.opentelemetry.io/collector/config/confighttp v0.115.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go.opentelemetry.io/otel/sdk v1.32.0
go.opentelemetry.io/otel/trace v1.32.0
Expand Down

0 comments on commit fa49026

Please sign in to comment.