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

can't use go module in go 1.14 #212

Open
gclove opened this issue Jul 2, 2020 · 1 comment
Open

can't use go module in go 1.14 #212

gclove opened this issue Jul 2, 2020 · 1 comment

Comments

@gclove
Copy link

@gclove gclove commented Jul 2, 2020

image

import elasticsearch7 "github.com/elastic/go-elasticsearch/v7"

But in the latest version of gomacro is successful.

gomacro> import elasticsearch7 "github.com/elastic/go-elasticsearch/v7"
// debug: looking for package "github.com/elastic/go-elasticsearch/v7" ...
// debug: compiling "/Users/gclove/go/src/gomacro.imports/github.com/elastic/go-elasticsearch/v7/v7.go" ...
go: finding module for package github.com/elastic/go-elasticsearch/v7
go: found github.com/elastic/go-elasticsearch/v7 in github.com/elastic/go-elasticsearch/v7 v7.8.0
@cosmos72
Copy link
Member

@cosmos72 cosmos72 commented Jul 19, 2020

Can you please copy the output of go env ? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.