Skip to content

Commit 84ca07c

Browse files
Merge pull request openshift#8407 from barbacbd/installer-api-bump-gcp-capi-tpfs
no-jira: Vendor api changes for tech preview with capg
2 parents 2b446e2 + 7a5188e commit 84ca07c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.3.3-0.20240416171357-98239ba02cb2
6666
github.com/nutanix-cloud-native/prism-go-client v0.3.4
6767
github.com/onsi/gomega v1.33.0
68-
github.com/openshift/api v0.0.0-20240510053056-88a8afea030c
68+
github.com/openshift/api v0.0.0-20240514123321-944467d2cc3b
6969
github.com/openshift/assisted-image-service v0.0.0-20240506123319-82517255ca17
7070
github.com/openshift/assisted-service/api v0.0.0
7171
github.com/openshift/assisted-service/client v0.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,8 +1971,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
19711971
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
19721972
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b h1:YWuSjZCQAPM8UUBLkYUk1e+rZcvWHJmFb6i6rM44Xs8=
19731973
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b/go.mod h1:3OVijpioIKYWTqjiG0zfF6wvoJ4fAXGbjdZuI2NgsRQ=
1974-
github.com/openshift/api v0.0.0-20240510053056-88a8afea030c h1:cRP/J9kbXFv3oe4LbR1XeHQuTU+/6S4DJ5vMnZTtvRM=
1975-
github.com/openshift/api v0.0.0-20240510053056-88a8afea030c/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
1974+
github.com/openshift/api v0.0.0-20240514123321-944467d2cc3b h1:aULqM8xdW5+Pz5Pod0CzFGKYlvKo5Jd7/Z2zzKc1ndU=
1975+
github.com/openshift/api v0.0.0-20240514123321-944467d2cc3b/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
19761976
github.com/openshift/assisted-image-service v0.0.0-20240506123319-82517255ca17 h1:rsTD5h6S3dCgAClbwWi/6AIo2twckeJEf+j4EZYkwII=
19771977
github.com/openshift/assisted-image-service v0.0.0-20240506123319-82517255ca17/go.mod h1:o2H5VwQhUD8P6XsK6dRmKpCCJqVvv12KJQZBXmcCXCU=
19781978
github.com/openshift/assisted-service/api v0.0.0-20230831114549-1922eda29cf8 h1:+fZLKbycDo4JeLwPGVSAgf2XPaJGLM341l9ZfrrlxG0=

vendor/github.com/openshift/api/features/features.go

Lines changed: 1 addition & 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
@@ -980,7 +980,7 @@ github.com/opencontainers/go-digest
980980
## explicit; go 1.17
981981
github.com/opencontainers/image-spec/specs-go
982982
github.com/opencontainers/image-spec/specs-go/v1
983-
# github.com/openshift/api v0.0.0-20240510053056-88a8afea030c
983+
# github.com/openshift/api v0.0.0-20240514123321-944467d2cc3b
984984
## explicit; go 1.21
985985
github.com/openshift/api/annotations
986986
github.com/openshift/api/config/v1

0 commit comments

Comments
 (0)