Skip to content

Run go mod tidy to resolve merge conflicts in dependency backport#6383

Closed
Copilot wants to merge 2 commits intomergify/bp/8.19/pr-6377from
copilot/sub-pr-6378
Closed

Run go mod tidy to resolve merge conflicts in dependency backport#6383
Copilot wants to merge 2 commits intomergify/bp/8.19/pr-6377from
copilot/sub-pr-6378

Conversation

Copy link
Contributor

Copilot AI commented Feb 18, 2026

This PR resolves merge conflicts in go.mod, go.sum, and testing/go.sum for the backport of go-ucfg v0.9.0 to the 8.19 branch.

Changes

  • Ran go mod tidy to synchronize dependency checksums in both root and testing directories
  • Fixed merge conflict in testing/go.sum at lines 122-129 by resolving oapi-codegen/runtime version conflict
  • Verified go-ucfg v0.9.0 and fxamacker/cbor/v2 v2.9.0 are correctly specified
  • Removed obsolete indirect dependency entries from go.sum files

The dependency updates themselves were already applied by the original backport; this PR ensures the module files are properly synchronized without conflict markers.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Bump go-ucfg dependency from 0.8.8 to 0.9.0 Run go mod tidy to resolve merge conflicts in dependency backport Feb 18, 2026
Copilot AI requested a review from swiatekm February 18, 2026 13:13
@swiatekm
Copy link
Contributor

@copilot in the original PR, lines 122-129 in testing/go.mod contain a conflict. Fix it.

Co-authored-by: swiatekm <93588780+swiatekm@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 18, 2026

@copilot in the original PR, lines 122-129 in testing/go.mod contain a conflict. Fix it.

Fixed the merge conflict in testing/go.sum (lines 122-129). Removed the conflict markers and kept oapi-codegen/runtime v1.1.1 from the 8.19 branch, removing the obsolete niemeyer/pretty line. Commit: 2e497d7

@swiatekm swiatekm closed this Feb 18, 2026
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.

2 participants