openshift / api

Canonical location of the OpenShift API definition.
http://www.openshift.org
Apache License 2.0
94 stars 517 forks source link

openshift API v3.9.0 incompatible #2049

Open iamvbenz49 opened 1 month ago

iamvbenz49 commented 1 month ago

Screenshot from 2024-09-30 12-58-46

When try to run some files on meshery project, I'm receiving this error openshift/api is incompatible

hurzelpurzel commented 3 weeks ago

got the same with kompose....

hurzelpurzel commented 3 weeks ago

Did found a solution: Add replace github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20230704153349-abb98ff04d03

to your go.mod file to replace the nonexsting module with the corresponding hash version

iamvbenz49 commented 3 weeks ago

Thank you @hurzelpurzel