Skip to content

Commit 7822557

Browse files
Update module github.com/stretchr/testify to v1.11.1
1 parent 15e0990 commit 7822557

File tree

62 files changed

+93
-31
lines changed

Some content is hidden

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

62 files changed

+93
-31
lines changed

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.24
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.40.0
88
go.opentelemetry.io/collector/pdata v1.40.0
99
go.uber.org/goleak v1.3.0

client/go.sum

Lines changed: 2 additions & 0 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.10.1
1515
github.com/spf13/pflag v1.0.9
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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configcompression/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/config/configcompression
33
go 1.24
44

55
require (
6-
github.com/stretchr/testify v1.10.0
6+
github.com/stretchr/testify v1.11.1
77
go.uber.org/goleak v1.3.0
88
)
99

config/configcompression/go.sum

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

config/confignet/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/config/confignet
33
go 1.24
44

55
require (
6-
github.com/stretchr/testify v1.10.0
6+
github.com/stretchr/testify v1.11.1
77
go.uber.org/goleak v1.3.0
88
)
99

config/confignet/go.sum

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

config/configopaque/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/config/configopaque
33
go 1.24
44

55
require (
6-
github.com/stretchr/testify v1.10.0
6+
github.com/stretchr/testify v1.11.1
77
go.uber.org/goleak v1.3.0
88
go.yaml.in/yaml/v3 v3.0.4
99
)

config/configopaque/go.sum

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

0 commit comments

Comments
 (0)