This repository was archived by the owner on Aug 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ require (
31
31
github.com/rs/zerolog v1.34.0
32
32
github.com/spf13/cobra v1.9.1
33
33
github.com/spf13/viper v1.20.1
34
- github.com/stretchr/testify v1.10 .0
34
+ github.com/stretchr/testify v1.11 .0
35
35
go.opentelemetry.io/otel v1.37.0
36
36
go.opentelemetry.io/otel/trace v1.37.0
37
37
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
38
+ golang.org/x/text v0.26.0
38
39
gopkg.in/yaml.v3 v3.0.1
39
40
k8s.io/api v0.33.3
40
41
k8s.io/apiextensions-apiserver v0.33.3
@@ -120,7 +121,6 @@ require (
120
121
golang.org/x/sync v0.16.0 // indirect
121
122
golang.org/x/sys v0.35.0 // indirect
122
123
golang.org/x/term v0.32.0 // indirect
123
- golang.org/x/text v0.26.0 // indirect
124
124
golang.org/x/time v0.11.0 // indirect
125
125
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
126
126
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
195
195
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
196
196
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
197
197
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 =
200
200
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 =
201
201
github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
202
202
github.com/vektah/gqlparser/v2 v2.5.30 h1:EqLwGAFLIzt1wpx1IPpY67DwUujF1OfzgEyDsLrN6kE =
You can’t perform that action at this time.
0 commit comments