Skip to content

Commit d93b7a2

Browse files
committed
deps: Upgrade openshift/build-machinery-go
1 parent f1967b0 commit d93b7a2

File tree

8 files changed

+31
-11
lines changed

8 files changed

+31
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/opencontainers/go-digest v1.0.0
3434
github.com/opencontainers/image-spec v1.1.0
3535
github.com/openshift/api v0.0.0-20250130025500-d9e1a2e1fe6b
36-
github.com/openshift/build-machinery-go v0.0.0-20250102153059-e85a1a7ecb5c
36+
github.com/openshift/build-machinery-go v0.0.0-20250602125535-1b6d00b8c37c
3737
github.com/openshift/client-go v0.0.0-20250125113824-8e1f0b8fa9a7
3838
github.com/openshift/library-go v0.0.0-20250218150059-017e5b6cf27c
3939
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaL
491491
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
492492
github.com/openshift/api v0.0.0-20250130025500-d9e1a2e1fe6b h1:6OdSvfIgEGZ4Oc4zmhcaCRGWeJHVvHc3fkoRckWYajQ=
493493
github.com/openshift/api v0.0.0-20250130025500-d9e1a2e1fe6b/go.mod h1:yk60tHAmHhtVpJQo3TwVYq2zpuP70iJIFDCmeKMIzPw=
494-
github.com/openshift/build-machinery-go v0.0.0-20250102153059-e85a1a7ecb5c h1:6XcszPFZpan4qll5XbdLll7n1So3IsPn28aw2j1obMo=
495-
github.com/openshift/build-machinery-go v0.0.0-20250102153059-e85a1a7ecb5c/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
494+
github.com/openshift/build-machinery-go v0.0.0-20250602125535-1b6d00b8c37c h1:gJvhduWIrpzoUTwrJjjeul+hGETKkhRhEZosBg/X3Hg=
495+
github.com/openshift/build-machinery-go v0.0.0-20250602125535-1b6d00b8c37c/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
496496
github.com/openshift/client-go v0.0.0-20250125113824-8e1f0b8fa9a7 h1:4iliLcvr1P9EUMZgIaSNEKNQQzBn+L6PSequlFOuB6Q=
497497
github.com/openshift/client-go v0.0.0-20250125113824-8e1f0b8fa9a7/go.mod h1:2tcufBE4Cu6RNgDCxcUJepa530kGo5GFVfR9BSnndhI=
498498
github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b h1:it0YPE/evO6/m8t8wxis9KFI2F/aleOKsI6d9uz0cEk=

vendor/github.com/openshift/build-machinery-go/.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/build-machinery-go/Dockerfile.commitchecker

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

vendor/github.com/openshift/build-machinery-go/make/targets/golang/verify-update.mk

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

vendor/github.com/openshift/build-machinery-go/make/targets/openshift/controller-gen.mk

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

vendor/github.com/openshift/build-machinery-go/make/targets/openshift/yq.mk

Lines changed: 1 addition & 2 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
@@ -653,7 +653,7 @@ github.com/openshift/api/template/v1
653653
github.com/openshift/api/unidling/v1alpha1
654654
github.com/openshift/api/user
655655
github.com/openshift/api/user/v1
656-
# github.com/openshift/build-machinery-go v0.0.0-20250102153059-e85a1a7ecb5c
656+
# github.com/openshift/build-machinery-go v0.0.0-20250602125535-1b6d00b8c37c
657657
## explicit; go 1.22.0
658658
github.com/openshift/build-machinery-go
659659
github.com/openshift/build-machinery-go/make

0 commit comments

Comments
 (0)