We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d387ce commit 58ef2aaCopy full SHA for 58ef2aa
1 file changed
matrix-tools/go.mod
@@ -10,6 +10,7 @@ require gopkg.in/yaml.v3 v3.0.1
10
11
require (
12
github.com/pkg/errors v0.9.1
13
+ github.com/stretchr/testify v1.10.0
14
k8s.io/api v0.33.2
15
k8s.io/apimachinery v0.33.2
16
k8s.io/client-go v0.33.2
@@ -34,7 +35,6 @@ require (
34
35
github.com/modern-go/reflect2 v1.0.2 // indirect
36
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
37
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/stretchr/testify v1.10.0 // indirect
38
github.com/x448/float16 v0.8.4 // indirect
39
golang.org/x/net v0.38.0 // indirect
40
golang.org/x/oauth2 v0.27.0 // indirect
0 commit comments