Skip to content

Commit 2f9ca55

Browse files
pgimalacspencergilbert
authored andcommitted
Update testify to 1.10.0 (#31520)
(cherry picked from commit ad40689)
1 parent 3905210 commit 2f9ca55

216 files changed

Lines changed: 334 additions & 315 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.

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,6 +2143,7 @@ core,github.com/stormcat24/protodep/pkg/logger,Apache-2.0,Copyright Akinori Yama
21432143
core,github.com/streadway/amqp,BSD-2-Clause,"Copyright (c) 2012-2019, Sean Treadway, SoundCloud Ltd"
21442144
core,github.com/stretchr/objx,MIT,"Copyright (c) 2014 Stretchr, Inc | Copyright (c) 2017-2018 objx contributors"
21452145
core,github.com/stretchr/testify/assert,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
2146+
core,github.com/stretchr/testify/assert/yaml,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
21462147
core,github.com/stretchr/testify/mock,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
21472148
core,github.com/stretchr/testify/require,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
21482149
core,github.com/stretchr/testify/suite,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"

comp/api/api/def/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.22.0
55
require go.uber.org/fx v1.22.2
66

77
require (
8+
github.com/stretchr/testify v1.10.0 // indirect
89
go.uber.org/dig v1.18.0 // indirect
910
go.uber.org/multierr v1.11.0 // indirect
1011
go.uber.org/zap v1.27.0 // indirect

comp/api/api/def/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.

comp/api/authtoken/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4
4848
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4
4949
github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4
50-
github.com/stretchr/testify v1.9.0
50+
github.com/stretchr/testify v1.10.0
5151
go.uber.org/fx v1.22.2
5252
)
5353

comp/api/authtoken/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.

comp/core/config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4
4545
github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4
4646
github.com/DataDog/viper v1.13.5
47-
github.com/stretchr/testify v1.9.0
47+
github.com/stretchr/testify v1.10.0
4848
go.uber.org/fx v1.22.2
4949
)
5050

comp/core/config/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.

comp/core/flare/types/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
)
1111

1212
require (
13-
github.com/stretchr/testify v1.9.0 // indirect
13+
github.com/stretchr/testify v1.10.0 // indirect
1414
go.uber.org/dig v1.18.0 // indirect
1515
go.uber.org/multierr v1.11.0 // indirect
1616
go.uber.org/zap v1.27.0 // indirect

comp/core/flare/types/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.

comp/core/hostname/hostnameinterface/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace (
1010

1111
require (
1212
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4
13-
github.com/stretchr/testify v1.9.0
13+
github.com/stretchr/testify v1.10.0
1414
go.uber.org/fx v1.22.2
1515
)
1616

0 commit comments

Comments
 (0)