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

Non-module aware go: unknown reference to /v3 package #141

Closed
cdepauw opened this issue Jul 9, 2019 · 2 comments
Closed

Non-module aware go: unknown reference to /v3 package #141

cdepauw opened this issue Jul 9, 2019 · 2 comments

Comments

@cdepauw
Copy link

cdepauw commented Jul 9, 2019

Go version:
go version go1.12 windows/amd64

Go get method:
go get github.com/mediocregopher/radix

--> go get for /v3 fails with:
package github.com/mediocregopher/radix/v3: cannot find package "github.com/mediocregopher/radix/v3" in any of:
// $GOROOT
// $GOPATH

Issue:
Using the library functions fine. Vendoring (godep) fails, as there are references to /v3 which cannot be resolved.

@cdepauw cdepauw changed the title Non-module aware go unknown reference to \v3 package Non-module aware go: unknown reference to /v3 package Jul 9, 2019
@cdepauw
Copy link
Author

cdepauw commented Jul 10, 2019

I just noticed I completely missed #53 which is essentially dealing with the same topic. Closing this issue due to this.

The local fix applied now was a text removal of all "/v3" in your repo and doing a local commit. That satisfied godep and allowed me to vendor it. Only downside is that other devs pitching in on my repo will need to apply the same trick if they want/need to revendor.

@cdepauw cdepauw closed this as completed Jul 10, 2019
@mediocregopher
Copy link
Owner

Hi @cdepauw , glad you saw #53, I'm hoping to get back to focusing on that soon, once all these unmarshaling problems are resolved, so keep an eye out there :)

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

No branches or pull requests

2 participants