Skip to content

Commit ffb5897

Browse files
fix(deps): update module github.com/stretchr/testify to v1.11.1
1 parent 3711ca9 commit ffb5897

162 files changed

Lines changed: 243 additions & 243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/client
33
go 1.23.0
44

55
require (
6-
github.com/stretchr/testify v1.10.0
6+
github.com/stretchr/testify v1.11.1
77
go.opentelemetry.io/collector/consumer v1.37.0
88
go.opentelemetry.io/collector/pdata v1.37.0
99
go.uber.org/goleak v1.3.0

client/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/knadh/koanf/v2 v2.2.2
1414
github.com/spf13/cobra v1.9.1
1515
github.com/spf13/pflag v1.0.7
16-
github.com/stretchr/testify v1.10.0
16+
github.com/stretchr/testify v1.11.1
1717
go.uber.org/goleak v1.3.0
1818
go.uber.org/multierr v1.11.0
1919
go.uber.org/zap v1.27.0

cmd/builder/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/spf13/cobra v1.9.1
8-
github.com/stretchr/testify v1.10.0
8+
github.com/stretchr/testify v1.11.1
99
go.opentelemetry.io/collector/component v1.37.0
1010
go.opentelemetry.io/collector/component/componenttest v0.131.0
1111
go.opentelemetry.io/collector/confmap v1.37.0

cmd/mdatagen/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/componentstatus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/component/componentstatus
33
go 1.23.0
44

55
require (
6-
github.com/stretchr/testify v1.10.0
6+
github.com/stretchr/testify v1.11.1
77
go.opentelemetry.io/collector/component v1.37.0
88
go.opentelemetry.io/collector/pipeline v0.131.0
99
)

component/componentstatus/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/componenttest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/component/componenttest
33
go 1.23.0
44

55
require (
6-
github.com/stretchr/testify v1.10.0
6+
github.com/stretchr/testify v1.11.1
77
go.opentelemetry.io/collector/component v1.37.0
88
go.opentelemetry.io/collector/pdata v1.37.0
99
go.opentelemetry.io/otel/metric v1.37.0

component/componenttest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)