File tree Expand file tree Collapse file tree 6 files changed +199
-187
lines changed
staging/operator-lifecycle-manager Expand file tree Collapse file tree 6 files changed +199
-187
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ require (
166166github.com/onsi/gomega v1.31.1 // indirect
167167github.com/opencontainers/go-digest v1.0.0 // indirect
168168github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
169- github.com/opencontainers/runc v1.1.10 // indirect
169+ github.com/opencontainers/runc v1.1.12 // indirect
170170github.com/opencontainers/runtime-spec v1.1.0 // indirect
171171github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a // indirect
172172github.com/otiai10/copy v1.14.0 // indirect
Original file line number Diff line number Diff line change @@ -729,8 +729,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
729729github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
730730github.com/opencontainers/image-spec v1.1.0-rc5 h1:Ygwkfw9bpDvs+c9E34SdgGOj41dX/cbdlwvlWt0pnFI =
731731github.com/opencontainers/image-spec v1.1.0-rc5 /go.mod h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8 =
732- github.com/opencontainers/runc v1.1.10 h1:EaL5WeO9lv9wmS6SASjszOeQdSctvpbu0DdBQBizE40 =
733- github.com/opencontainers/runc v1.1.10 /go.mod h1:+/R6+KmDlh+hOO8NkjmgkG9Qzvypzk0yXxAPYYR65+M =
732+ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss =
733+ github.com/opencontainers/runc v1.1.12 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
734734github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
735735github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
736736github.com/openshift/api v0.0.0-20210517065120-b325f58df679 h1:aKnhCEj48qYquZk+w5t0fVthwAtifHUXTQrvwM1xJf8 =
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ require (
176176github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
177177github.com/opencontainers/go-digest v1.0.0 // indirect
178178github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
179- github.com/opencontainers/runc v1.1.9 // indirect
179+ github.com/opencontainers/runc v1.1.12 // indirect
180180github.com/opencontainers/runtime-spec v1.1.0 // indirect
181181github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
182182github.com/pelletier/go-toml v1.9.5 // indirect
Original file line number Diff line number Diff line change @@ -664,8 +664,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
664664github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
665665github.com/opencontainers/image-spec v1.1.0-rc5 h1:Ygwkfw9bpDvs+c9E34SdgGOj41dX/cbdlwvlWt0pnFI =
666666github.com/opencontainers/image-spec v1.1.0-rc5 /go.mod h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8 =
667- github.com/opencontainers/runc v1.1.9 h1:XR0VIHTGce5eWPkaPesqTBrhW2yAcaraWfsEalNwQLM =
668- github.com/opencontainers/runc v1.1.9 /go.mod h1:CbUumNnWCuTGFukNXahoo/RFBZvDAgRh/smNYNOhA50 =
667+ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss =
668+ github.com/opencontainers/runc v1.1.12 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
669669github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
670670github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
671671github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 h1:PxjGCA72RtsdHWToZLkjjeWm7WXXx4cuv0u4gtvLbrk =
You can’t perform that action at this time.
0 commit comments