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

Problem with go get command #73

Open
Guilhermeslucas opened this issue Apr 16, 2019 · 4 comments
Open

Problem with go get command #73

Guilhermeslucas opened this issue Apr 16, 2019 · 4 comments

Comments

@Guilhermeslucas
Copy link

Everytime I try to run the command go get -t -v github.com/zimmski/go-mutesting/... I get the following error :

go get github.com/zimmski/go-mutesting/...: no matching versions for query "latest"

it looks like is something related to this issue, but I was not able to make it work. It looks like is something related to the ... at the end of the command.
Any ideas?
Thanks a lot!

@mccurdyc
Copy link

@Guilhermeslucas are you by chance running in Module mode (i.e., GO111MODULE=on or outside of your GOPATH?)

It doesn't look like go-mutesting supports modules, yet.

@mccurdyc
Copy link

@Guilhermeslucas Do you mind pasting the results of running go env as that may be helpful in diagnosing the issue.

@Clete2
Copy link

Clete2 commented May 20, 2020

I had the same problem. Unsetting GO111MODULE fixed the issue and I was able to pull.

@Clete2
Copy link

Clete2 commented May 20, 2020

#77 will solve testing for modules.

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

3 participants