File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
staging/operator-lifecycle-manager Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ require (
147
147
github.com/modern-go/reflect2 v1.0.2 // indirect
148
148
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
149
149
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
150
- github.com/onsi/gomega v1.36.0 // indirect
150
+ github.com/onsi/gomega v1.36.1 // indirect
151
151
github.com/opencontainers/go-digest v1.0.0 // indirect
152
152
github.com/opencontainers/image-spec v1.1.0 // indirect
153
153
github.com/opencontainers/runtime-spec v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -1961,8 +1961,8 @@ github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg
1961
1961
github.com/onsi/ginkgo/v2 v2.22.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
1962
1962
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c /go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA =
1963
1963
github.com/onsi/gomega v1.7.0 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
1964
- github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y =
1965
- github.com/onsi/gomega v1.36.0 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
1964
+ github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw =
1965
+ github.com/onsi/gomega v1.36.1 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
1966
1966
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
1967
1967
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
1968
1968
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/mitchellh/hashstructure v1.1.0
22
22
github.com/mitchellh/mapstructure v1.5.0
23
23
github.com/onsi/ginkgo/v2 v2.22.0
24
- github.com/onsi/gomega v1.36.0
24
+ github.com/onsi/gomega v1.36.1
25
25
github.com/openshift/api v3.9.0+incompatible
26
26
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
27
27
github.com/operator-framework/api v0.27.0
Original file line number Diff line number Diff line change @@ -1814,8 +1814,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
1814
1814
github.com/onsi/ginkgo v1.16.5 /go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU =
1815
1815
github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg =
1816
1816
github.com/onsi/ginkgo/v2 v2.22.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
1817
- github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y =
1818
- github.com/onsi/gomega v1.36.0 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
1817
+ github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw =
1818
+ github.com/onsi/gomega v1.36.1 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
1819
1819
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
1820
1820
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
1821
1821
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ github.com/onsi/ginkgo/v2/internal/interrupt_handler
585
585
github.com/onsi/ginkgo/v2/internal/parallel_support
586
586
github.com/onsi/ginkgo/v2/reporters
587
587
github.com/onsi/ginkgo/v2/types
588
- # github.com/onsi/gomega v1.36.0
588
+ # github.com/onsi/gomega v1.36.1
589
589
## explicit; go 1.22
590
590
github.com/onsi/gomega/gstruct/errors
591
591
github.com/onsi/gomega/types
You can’t perform that action at this time.
0 commit comments