Skip to content

Commit 58ef2aa

Browse files
go mod tidy
1 parent 1d387ce commit 58ef2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

matrix-tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require gopkg.in/yaml.v3 v3.0.1
1010

1111
require (
1212
github.com/pkg/errors v0.9.1
13+
github.com/stretchr/testify v1.10.0
1314
k8s.io/api v0.33.2
1415
k8s.io/apimachinery v0.33.2
1516
k8s.io/client-go v0.33.2
@@ -34,7 +35,6 @@ require (
3435
github.com/modern-go/reflect2 v1.0.2 // indirect
3536
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3637
github.com/pmezard/go-difflib v1.0.0 // indirect
37-
github.com/stretchr/testify v1.10.0 // indirect
3838
github.com/x448/float16 v0.8.4 // indirect
3939
golang.org/x/net v0.38.0 // indirect
4040
golang.org/x/oauth2 v0.27.0 // indirect

0 commit comments

Comments
 (0)