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

Setup Issues #136

Closed
inceptchain opened this issue Jul 26, 2018 · 5 comments
Closed

Setup Issues #136

inceptchain opened this issue Jul 26, 2018 · 5 comments

Comments

@inceptchain
Copy link

inceptchain commented Jul 26, 2018

I am running into a vgo mod -sync error, that tells me it cannot find:

go: import "github.com/gogo/protobuf/protoc-gen-gogofaster/gocode/src/github.com/golang/mock/mockgen/tests/vendor_dep" ->
import "a": cannot find module providing package a

I had an issue with protobufs 3.6 not working and versioned down to 3.5.1, that fixed the protobuf issue so maybe there are other versioning issues?

running ubuntu 18.04

@iwasaki-kenta
Copy link
Contributor

With the latest Go beta, those issues should not occur anymore. Make sure with the latest Go beta you use change all commands from using vgo to go.

@inceptchain
Copy link
Author

inceptchain commented Aug 8, 2018 via email

@iwasaki-kenta
Copy link
Contributor

go 1.11+ is the correct one.

@TanNgocDo
Copy link

Shoud we update from 'vgo' to 'go' in readme ? I was confused for the first time

@iwasaki-kenta
Copy link
Contributor

The README has now been updated to help users setup their projects more easily with Go 1.11+.

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