Skip to content

Remove github.com/elastic/go-elasticsearch dependency #55319

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented May 31, 2025

The library was largely used for tests which were easily updated to leverage the http package directly. The only other use of the library was for types.ErrorClause which was removed in favor of vendoring the subset of the type needed by the elastic engine.

The library was largely used for tests which were easily updated to
leverage the http library directly. The only other use of the library
was for `types.ErrorClause` which was removed in favor of vendoring
the subset of the type needed by the elastic engine.
@rosstimothy rosstimothy added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v16 backport/branch/v17 backport/branch/v18 labels May 31, 2025
@rosstimothy rosstimothy marked this pull request as ready for review May 31, 2025 15:00
@github-actions github-actions bot added database-access Database access related issues and PRs size/sm labels May 31, 2025
@tigrato
Copy link
Contributor

tigrato commented May 31, 2025

I am waiting for the day where go compiler is smart enough to discard test libraries and test imported packages :sad:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/branch/v16 backport/branch/v17 backport/branch/v18 database-access Database access related issues and PRs no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants