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

config in directory v7 incorrect #1145

Closed
90wukai opened this issue Jul 22, 2019 · 1 comment
Closed

config in directory v7 incorrect #1145

90wukai opened this issue Jul 22, 2019 · 1 comment

Comments

@90wukai
Copy link

90wukai commented Jul 22, 2019

Please use the following questions as a guideline to help me answer
your issue/question without further inquiry. Thank you.

Which version of Elastic are you using?

[ -] elastic.v7 (for Elasticsearch 7.x)
[ ] elastic.v6 (for Elasticsearch 6.x)
[ ] elastic.v5 (for Elasticsearch 5.x)
[ ] elastic.v3 (for Elasticsearch 2.x)
[ ] elastic.v2 (for Elasticsearch 1.x)

We use dep as package manager. But, can't update es to v7, because of config import incorrect!

whole project change to go module is too difficult!!!

@olivere
Copy link
Owner

olivere commented Jul 22, 2019

Well, Go modules is part of all supported Go versions, so we use it. If you want, you can fork the project, put all code under a v7 subdirectory and use that with dep. Last I looked, dep doesn't support Go modules and/or versions in the import path.

Switching projects to Go modules took us between a few minutes and half a day; it's not so complicated. We've move a dozen projects already.

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

2 participants