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

Fails on Go1.11 beta2 with GO111MODULE=on #11

Open
mehcode opened this issue Jul 31, 2018 · 3 comments
Open

Fails on Go1.11 beta2 with GO111MODULE=on #11

mehcode opened this issue Jul 31, 2018 · 3 comments

Comments

@mehcode
Copy link

mehcode commented Jul 31, 2018

Trying out vgo and courtney fails with errors similar to:

go: cannot find main module root; see 'go help modules'
/usr/local/go/src/os/user/lookup.go:53:9: undeclared name: lookupGroupId
FILENAME:13:7: could not import gopkg.in/volatiletech/null.v6 (cannot find package "gopkg.in/volatiletech/null.v6" in any of:
	/usr/local/go/src/gopkg.in/volatiletech/null.v6 (from $GOROOT)
	/Users/mehcode/.go/src/gopkg.in/volatiletech/null.v6 (from $GOPATH))

Really awesome tool here by the way. Been loving it.

@dave
Copy link
Owner

dave commented Aug 11, 2018

Sorry for the delay... I'll take a look at this when Go 1.11 is released.

@KaiserKarel
Copy link

seems to not yet work with the modules. Anywhere I can look to make that happen?

@dave
Copy link
Owner

dave commented Oct 24, 2018

I haven't had time to look at this yet... It probably needs some work to get it aware of modules. PRs welcome!

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