File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.21.3
55require (
66 github.com/evanphx/json-patch v0.5.2
77 github.com/json-iterator/go v1.1.12
8+ github.com/stretchr/testify v1.9.0
89 sigs.k8s.io/yaml v1.4.0
910)
1011
@@ -14,6 +15,5 @@ require (
1415 github.com/modern-go/reflect2 v1.0.2 // indirect
1516 github.com/pkg/errors v0.9.1 // indirect
1617 github.com/pmezard/go-difflib v1.0.0 // indirect
17- github.com/stretchr/testify v1.9.0 // indirect
1818 gopkg.in/yaml.v3 v3.0.1 // indirect
1919)
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
1818github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1919github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
2020github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
21- github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
2221github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
2322github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
2423github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
You can’t perform that action at this time.
0 commit comments