Fix tls-sidecar CI failure by restoring missing Go module checksums#7
Draft
Copilot wants to merge 4 commits into
Draft
Fix tls-sidecar CI failure by restoring missing Go module checksums#7Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/crazyrob425/BlacklistedAIProxy/sessions/a27702d2-72b3-4040-ab51-67d3801d6bb8 Co-authored-by: crazyrob425 <247058665+crazyrob425@users.noreply.github.com>
Agent-Logs-Url: https://github.com/crazyrob425/BlacklistedAIProxy/sessions/a27702d2-72b3-4040-ab51-67d3801d6bb8 Co-authored-by: crazyrob425 <247058665+crazyrob425@users.noreply.github.com>
Agent-Logs-Url: https://github.com/crazyrob425/BlacklistedAIProxy/sessions/a27702d2-72b3-4040-ab51-67d3801d6bb8 Co-authored-by: crazyrob425 <247058665+crazyrob425@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing entries in go.sum for tls-sidecar
Fix tls-sidecar CI failure by restoring missing Go module checksums
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Windows packaging job was failing because
tls-sidecarlacked requiredgo.sumentries for dependencies imported byutlsandgolang.org/x/netsubpackages. This PR updates module metadata so sidecar compilation can resolve those imports deterministically in CI.Dependency metadata update (
tls-sidecar)go mod tidyintls-sidecar.tls-sidecar/go.sumfor:github.com/refraction-networking/utlsgolang.org/x/net(including packages used byhttp2andproxy)x/crypto,x/sys,x/text,brotli,circl,compress,randomstring).Scope control
tls-sidecar/go.modpinned togo 1.22(no functional dependency/version changes beyond checksum completion).cd tls-sidecar go mod tidyOriginal prompt
This pull request was created from Copilot chat.