File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed
staging/operator-lifecycle-manager
github.com/onsi/gomega/types Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ require (
143
143
github.com/modern-go/reflect2 v1.0.2 // indirect
144
144
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
145
145
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
146
- github.com/onsi/gomega v1.34.2 // indirect
146
+ github.com/onsi/gomega v1.35.1 // indirect
147
147
github.com/opencontainers/go-digest v1.0.0 // indirect
148
148
github.com/opencontainers/image-spec v1.1.0 // indirect
149
149
github.com/opencontainers/runtime-spec v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -1957,8 +1957,8 @@ github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM
1957
1957
github.com/onsi/ginkgo/v2 v2.21.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
1958
1958
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c /go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA =
1959
1959
github.com/onsi/gomega v1.7.0 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
1960
- github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8 =
1961
- github.com/onsi/gomega v1.34.2 /go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc =
1960
+ github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4 =
1961
+ github.com/onsi/gomega v1.35.1 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
1962
1962
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
1963
1963
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
1964
1964
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/mitchellh/hashstructure v1.1.0
20
20
github.com/mitchellh/mapstructure v1.5.0
21
21
github.com/onsi/ginkgo/v2 v2.21.0
22
- github.com/onsi/gomega v1.34.2
22
+ github.com/onsi/gomega v1.35.1
23
23
github.com/openshift/api v3.9.0+incompatible
24
24
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
25
25
github.com/operator-framework/api v0.27.0
Original file line number Diff line number Diff line change @@ -1810,8 +1810,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
1810
1810
github.com/onsi/ginkgo v1.16.5 /go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU =
1811
1811
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM =
1812
1812
github.com/onsi/ginkgo/v2 v2.21.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
1813
- github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8 =
1814
- github.com/onsi/gomega v1.34.2 /go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc =
1813
+ github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4 =
1814
+ github.com/onsi/gomega v1.35.1 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
1815
1815
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
1816
1816
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
1817
1817
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ github.com/onsi/ginkgo/v2/internal/interrupt_handler
577
577
github.com/onsi/ginkgo/v2/internal/parallel_support
578
578
github.com/onsi/ginkgo/v2/reporters
579
579
github.com/onsi/ginkgo/v2/types
580
- # github.com/onsi/gomega v1.34.2
580
+ # github.com/onsi/gomega v1.35.1
581
581
## explicit; go 1.22
582
582
github.com/onsi/gomega/gstruct/errors
583
583
github.com/onsi/gomega/types
You can’t perform that action at this time.
0 commit comments