Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit c8573ca

Browse files
fix(deps): update module github.com/stretchr/testify to v1.11.0 (#315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4019c9d commit c8573ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ require (
3131
github.com/rs/zerolog v1.34.0
3232
github.com/spf13/cobra v1.9.1
3333
github.com/spf13/viper v1.20.1
34-
github.com/stretchr/testify v1.10.0
34+
github.com/stretchr/testify v1.11.0
3535
go.opentelemetry.io/otel v1.37.0
3636
go.opentelemetry.io/otel/trace v1.37.0
3737
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
38+
golang.org/x/text v0.26.0
3839
gopkg.in/yaml.v3 v3.0.1
3940
k8s.io/api v0.33.3
4041
k8s.io/apiextensions-apiserver v0.33.3
@@ -120,7 +121,6 @@ require (
120121
golang.org/x/sync v0.16.0 // indirect
121122
golang.org/x/sys v0.35.0 // indirect
122123
golang.org/x/term v0.32.0 // indirect
123-
golang.org/x/text v0.26.0 // indirect
124124
golang.org/x/time v0.11.0 // indirect
125125
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
126126
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
195195
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
196196
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
197197
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
198-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
199-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
198+
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
199+
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
200200
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
201201
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
202202
github.com/vektah/gqlparser/v2 v2.5.30 h1:EqLwGAFLIzt1wpx1IPpY67DwUujF1OfzgEyDsLrN6kE=

0 commit comments

Comments
 (0)