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

drop x/net runtime dependency which was only used for testing #2637

Merged
merged 2 commits into from
May 9, 2024

Conversation

lucix-aws
Copy link
Contributor

There is actually still a codegen dependency on this module (x/net has an HTML parser that the stdlib does not) which I haven't elected to remove at this time. That code is stripped when imported internally so it won't affect the single root go.mod file there.

Note that the http2.StreamError type we asserted against is no longer available but we can still recognize it based on the Error() return. I included this as a source comment.

@lucix-aws lucix-aws requested a review from a team as a code owner May 9, 2024 17:58
@lucix-aws lucix-aws merged commit 343ec35 into main May 9, 2024
12 of 13 checks passed
@lucix-aws lucix-aws deleted the feat-dropxnet branch May 9, 2024 19:04
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

Successfully merging this pull request may close these issues.

3 participants