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

feat: drop x/net dependency #1434

Merged
merged 2 commits into from
May 11, 2023
Merged

feat: drop x/net dependency #1434

merged 2 commits into from
May 11, 2023

Conversation

kruskall
Copy link
Member

Another 5m task while waiting for the apm-queue systemtest to finish 🥲

The real change is the first commit: replace x/net/ with native go:

  • x/net/context -> context
  • http2 -> native settings
  • ctxhttp -> requestwithcontext

The second commit was generated using for dir in $(shell scripts/moduledirs.sh); do (cd $$dir && go mod tidy -compat=1.15); done and it's simply running go mod tidy

@kruskall kruskall requested a review from a team May 11, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants