Skip to content

Investigate retracted go-cose v1.2.0 dependency#2756

Closed
Copilot wants to merge 1 commit into
mainfrom
copilot/update-go-cose-dependency
Closed

Investigate retracted go-cose v1.2.0 dependency#2756
Copilot wants to merge 1 commit into
mainfrom
copilot/update-go-cose-dependency

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 26, 2026

The issue reported that the indirect dependency github.com/veraison/go-cose@v1.2.0 (at commit 8beabac) was unresolvable because the upstream maintainers retracted it (veraison/go-cose#153), and suggested downgrading to v1.1.0.

Findings

No code changes required — the dependency has already been moved past the retracted version on main:

  • go.mod, test/go.mod, and vendor/modules.txt all pin github.com/veraison/go-cose v1.3.0.
  • v1.3.0 exists on the module proxy and its own go.mod carries retract directives for v1.2.0 ("published in error") and v1.2.1, so Go tooling will never re-select the broken versions transitively.
  • Upgrading to v1.3.0 is preferable to the v1.1.0 downgrade suggested in the issue.

The issue can be closed as resolved.

Copilot AI linked an issue May 26, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update go-cose dependency to v1.1.0 Investigate retracted go-cose v1.2.0 dependency May 26, 2026
Copilot AI requested a review from rawahars May 26, 2026 09:24
@rawahars rawahars closed this May 26, 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.

Dependency on go-cose version that does not exist.

2 participants