Skip to content

Commit 47ef860

Browse files
authored
bump o-f deps (#3662)
Signed-off-by: grokspawn <[email protected]>
1 parent 589a5d0 commit 47ef860

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/openshift/api v3.9.0+incompatible
2323
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
2424
github.com/operator-framework/api v0.35.0
25-
github.com/operator-framework/operator-registry v1.59.0
25+
github.com/operator-framework/operator-registry v1.60.0
2626
github.com/otiai10/copy v1.14.1
2727
github.com/pkg/errors v0.9.1
2828
github.com/prometheus/client_golang v1.23.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a h1:ylsEgoC8Dlg
494494
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a/go.mod h1:eDO5QeVi2IiXmDwB0e2z1DpAznWroZKe978pzZwFBzg=
495495
github.com/operator-framework/api v0.35.0 h1:xKrffuGEagk3CWy6zqdK5YmIErlBtWUblNNK+q7ld7c=
496496
github.com/operator-framework/api v0.35.0/go.mod h1:A9UNu/pdcO1RauMHvV54unp4DNm/Y5fMVbGDpnIIF+M=
497-
github.com/operator-framework/operator-registry v1.59.0 h1:SQhT0qMTYJXqStNhBOYXmLAMpS3eszzbcXAg5NLgJu8=
498-
github.com/operator-framework/operator-registry v1.59.0/go.mod h1:QE1RRQGe+iau8sfY10DbP3+eoahH0G0l+coYrnEzJgI=
497+
github.com/operator-framework/operator-registry v1.60.0 h1:eUP14WThVTNx+/5hQR9Jyg0nxbf5cOg7hK/GgaOA5Tg=
498+
github.com/operator-framework/operator-registry v1.60.0/go.mod h1:PojPivJbKZgD9RG77JWxFpQRo3iCoUn6WR3aTiS6HBI=
499499
github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8=
500500
github.com/otiai10/copy v1.14.1/go.mod h1:oQwrEDDOci3IM8dJF0d8+jnbfPDllW6vUjNc3DoZm9I=
501501
github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs=

vendor/github.com/operator-framework/operator-registry/pkg/lib/bundle/supported_resources.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ github.com/operator-framework/api/pkg/validation
496496
github.com/operator-framework/api/pkg/validation/errors
497497
github.com/operator-framework/api/pkg/validation/interfaces
498498
github.com/operator-framework/api/pkg/validation/internal
499-
# github.com/operator-framework/operator-registry v1.59.0
499+
# github.com/operator-framework/operator-registry v1.60.0
500500
## explicit; go 1.24.4
501501
github.com/operator-framework/operator-registry/alpha/model
502502
github.com/operator-framework/operator-registry/alpha/property

0 commit comments

Comments
 (0)