Skip to content

Commit f202ba7

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

136 files changed

Lines changed: 174 additions & 170 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/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.9
4848
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.9
4949
github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.9
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/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.9
4545
github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.9
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/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/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.9
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

comp/core/log/def/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/DataDog/datadog-agent/comp/core/log/def
22

33
go 1.22.0
44

5-
require github.com/stretchr/testify v1.9.0
5+
require github.com/stretchr/testify v1.10.0
66

77
require (
88
github.com/davecgh/go-spew v1.1.1 // indirect

comp/core/log/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/core/log/impl-trace/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/util/fxutil v0.61.0-rc.9 // indirect
4848
github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.9
4949
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect; v2.6
50-
github.com/stretchr/testify v1.9.0
50+
github.com/stretchr/testify v1.10.0
5151
go.uber.org/fx v1.22.2 // indirect
5252
)
5353

comp/core/log/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.9
4242
github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.9
4343
github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.9
44-
github.com/stretchr/testify v1.9.0
44+
github.com/stretchr/testify v1.10.0
4545
)
4646

4747
require (

0 commit comments

Comments
 (0)