Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix go get issue with "unknown revision v0.0.0" #1198

Merged
merged 1 commit into from
Mar 14, 2021

Conversation

hongshaoyang
Copy link
Contributor

Closes #1197 .

@google-cla
Copy link

google-cla bot commented Mar 9, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@hongshaoyang
Copy link
Contributor Author

@googlebot I signed it!

@akhurana001
Copy link
Contributor

@liyinan926 PTAL . ran into this as well.

@liyinan926 liyinan926 merged commit cfa7e4c into kubeflow:master Mar 14, 2021
@hongshaoyang hongshaoyang deleted the patch-1 branch March 15, 2021 09:54
@Ameralameri
Copy link

How work

@@ -25,7 +25,7 @@ require (
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
k8s.io/api v0.19.6
k8s.io/apiextensions-apiserver v0.0.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~~
~~

jbhalodia-slack pushed a commit to jbhalodia-slack/spark-operator that referenced this pull request Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go get fails with "unknown revision v0.0.0"
5 participants