We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you.
[ -] 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!!!
The text was updated successfully, but these errors were encountered:
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.
v7
dep
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.
Sorry, something went wrong.
chore: make elastic v7 available through deps
38179ec
check issue: olivere#1145
No branches or pull requests
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!!!
The text was updated successfully, but these errors were encountered: