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

Imports Incompatible with Go 1.11 Module Support #29

Open
solumos opened this issue Sep 18, 2018 · 4 comments
Open

Imports Incompatible with Go 1.11 Module Support #29

solumos opened this issue Sep 18, 2018 · 4 comments
Assignees
Labels

Comments

@solumos
Copy link
Contributor

solumos commented Sep 18, 2018

charlatan: cannot find package "gopkg.in/olivere/elastic.v5" in any of:
        /usr/local/Cellar/go/1.10.1/libexec/src/gopkg.in/olivere/elastic.v5 (from $GOROOT)
        /Users/tmh/go/src/gopkg.in/olivere/elastic.v5 (from $GOPATH)
service.go:49: running "charlatan": exit status 1

cc @alan-mcnaney

related: go-swagger/go-swagger#1681

@solumos solumos added the bug label Sep 18, 2018
@solumos solumos self-assigned this Sep 18, 2018
@solumos
Copy link
Contributor Author

solumos commented Sep 19, 2018

This appears to be the underlying issue: golang/go#26504

@alan-mcnaney
Copy link

Thank you, sir! Will investigate.

@solumos
Copy link
Contributor Author

solumos commented Sep 25, 2018

See also:
golang/go#27456
golang/go#24661

@solumos
Copy link
Contributor Author

solumos commented Nov 2, 2018

It looks like go/packages is mostly stabilized: golang/tools@4b6ee5f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants