Skip to content

Commit f3dd3f7

Browse files
Update github.com/openshift/assisted-service/models digest to abd0143 (#203)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3665b07 commit f3dd3f7

25 files changed

+984
-72
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ require (
115115

116116
replace (
117117
github.com/openshift/assisted-service/api => github.com/openshift/assisted-service/api v0.0.0-20250402200652-1dc66326d304
118-
github.com/openshift/assisted-service/models => github.com/openshift/assisted-service/models v0.0.0-20240506174859-4577ef6f4cf1
118+
github.com/openshift/assisted-service/models => github.com/openshift/assisted-service/models v0.0.0-20250410153519-abd01432ec2c
119119
github.com/openshift/cluster-api-provider-agent/api => ./api
120120

121121
// CVE-2025-22868

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ github.com/openshift/assisted-service v1.0.10-0.20250410153519-abd01432ec2c h1:T
323323
github.com/openshift/assisted-service v1.0.10-0.20250410153519-abd01432ec2c/go.mod h1:EB6r8AnHTH3mePBNEbGbvS0AwJSaU6Zv292vOCraccw=
324324
github.com/openshift/assisted-service/api v0.0.0-20250402200652-1dc66326d304 h1:fFM6tmQwk69RqPeA4VmLouqw0lXLymZHPeXwpkO/51E=
325325
github.com/openshift/assisted-service/api v0.0.0-20250402200652-1dc66326d304/go.mod h1:tvE25aC7I07Uz2jUt7gH2E8+a1Rw4W7qtW6/EFb8l64=
326-
github.com/openshift/assisted-service/models v0.0.0-20240506174859-4577ef6f4cf1 h1:cfoG6S4uAwcWqgR8CCfK1H1u8j7iqRqgfZkryBwXp54=
327-
github.com/openshift/assisted-service/models v0.0.0-20240506174859-4577ef6f4cf1/go.mod h1:xd9WEj3m/k1cwZRyBTDa61BfDsHucQuArDsFgEFvv2s=
326+
github.com/openshift/assisted-service/models v0.0.0-20250410153519-abd01432ec2c h1:Qp33+OI0/GYwXi3CVVatVYZE0jHJEnUxuvbMnzQHTCE=
327+
github.com/openshift/assisted-service/models v0.0.0-20250410153519-abd01432ec2c/go.mod h1:bx9NsPeBkhn7az/qFHo3hW8wFqFj4BmT3g1R7wR9gcw=
328328
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 h1:cHyxR+Y8rAMT6m1jQCaYGRwikqahI0OjjUDhFNf3ySQ=
329329
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87/go.mod h1:DB/Mf2oTeiAmVVX1gN+NEqweonAPY0TKUwADizj8+ZA=
330330
github.com/openshift/golang-oauth2 v0.26.1-0.20250310184649-06a918c6239d h1:iQfTKBmMcwFTxxVWV7U/C6GqgIIWTKD8l5HXslvn53s=

vendor/github.com/openshift/assisted-service/models/boot.go

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

vendor/github.com/openshift/assisted-service/models/bundle.go

Lines changed: 62 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/assisted-service/models/cluster.go

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

0 commit comments

Comments
 (0)