-
Notifications
You must be signed in to change notification settings - Fork 6
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
go get failed #29
Comments
That's strange, it doesn't fail for me.
What go version are you on? I'm on:
|
Failing for me too.
Go Version:
|
Note that that the repo name has changed from "...pcf" to "...cf" @ss25sand You're trying to @zuzuviewer Are you perhaps doing the same? |
Same issue here. Just trying to |
Looks like vault still references |
And I suppose building all older versions of vault is problematic now due to a broken dependency reference? |
@wouterhund yes, I have a PR out right now to remove that reference. Also, I'm thinking that it should be possible to build Vault anyways using Vault's |
@wouterhund if you update your call to use |
@zuzuviewer can you provide further steps to reproduce, since we can't reproduce it currently?
Thanks! |
go version |
Thanks! This doesn't appear to be an issue that's addressable in this repository. It looks like there is an identical issue opened in https://github.com/micro/protoc-gen-micro/issues/50. I'm unable to duplicate this issue in that repository either, just linking for posterity. I don't believe there are any present issues with go getting this repo so am closing this issue for now. |
I agree that there is nothing more to adjust in this repo. Some background on what I believe is going on. I'm able to reproduce the
Other projects that are referencing the latest version using the "pcf" address will run into this error, and updating to "cf" is the fix. |
Ok,thank you very much.@kalafut,@tyrannosaurus-becks |
Facing same issue. Hope corrected repo name gets merged soon to master. |
@amanhigh If you're referring to Vault's reference to this repo, that change was merged recently: hashicorp/vault#7346 |
@kalafut Thanks !! Yes i was referring to Vault's Reference to it. I see its merged but no new Tag has been cut post merge. Hence i guess with go modules "go get -u" is still fetching last tag 1.2.2 which doesn't have the same change. |
parsing go.mod: unexpected module path "github.com/hashicorp/vault-plugin-auth-cf"
The text was updated successfully, but these errors were encountered: