File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ require (
171171 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
172172 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
173173 github.com/oklog/ulid v1.3.1 // indirect
174+ github.com/onsi/gomega v1.36.2 // indirect
174175 github.com/opencontainers/image-spec v1.1.0 // indirect
175176 github.com/opencontainers/runtime-spec v1.2.0 // indirect
176177 github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 // indirect
@@ -241,6 +242,7 @@ require (
241242 gopkg.in/inf.v0 v0.9.1 // indirect
242243 gopkg.in/warnings.v0 v0.1.2 // indirect
243244 gopkg.in/yaml.v3 v3.0.1 // indirect
245+ k8s.io/apiserver v0.31.4 // indirect
244246 k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
245247 k8s.io/kubectl v0.31.3 // indirect
246248 oras.land/oras-go v1.2.5 // indirect
Original file line number Diff line number Diff line change @@ -518,8 +518,8 @@ github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108
518518github.com/onsi/ginkgo v1.13.0 /go.mod h1:+REjRxOmWfHCjfv9TTWB1jD1Frx4XydAD3zm1lskyM0 =
519519github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc =
520520github.com/onsi/ginkgo v1.16.4 /go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0 =
521- github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM =
522- github.com/onsi/ginkgo/v2 v2.22.1 /go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM =
521+ github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU =
522+ github.com/onsi/ginkgo/v2 v2.22.2 /go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk =
523523github.com/onsi/gomega v1.4.1 /go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA =
524524github.com/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
525525github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
You can’t perform that action at this time.
0 commit comments