Skip to content

Commit 4767823

Browse files
committed
[processor/spanpruning] Align internal/filter dep version with other components
internal/filter was pinned at v0.154.0 while pkg/ottl and coreinternal (and every other component) use v0.157.0. The local replace directive means this is cosmetic, but it should match convention. Assisted-by: Claude Opus 4.8
1 parent 4860d94 commit 4767823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • processor/spanpruningprocessor

processor/spanpruningprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/gobwas/glob v0.2.3
7-
github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.154.0
7+
github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.157.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.157.0
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/component v1.63.1-0.20260723141305-52e6bf4aaaba

0 commit comments

Comments
 (0)