Skip to content

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.5
Open

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
  dependency-version: 3.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 3, 2026
@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Apr 3, 2026

🤖 Augment PR Summary

Summary: Updates Go module dependencies, primarily driven by a Dependabot bump for github.com/go-jose/go-jose/v3.

Changes:

  • Reorganized go.mod requirements and promoted several UI/TUI libraries (Charmbracelet + clipboard + tomledit) to direct dependencies.
  • Pruned a large set of previously listed indirect dependencies from go.mod (likely via go mod tidy), leaving a smaller indirect set.
  • Removed the explicit indirect requirement for github.com/go-jose/go-jose/v3 from go.mod and retained go-jose/v4 as an indirect dependency.
  • Added golang.org/x/exp as an indirect dependency.

Technical Notes: Because this change includes broad go.mod tidying beyond the stated dependency bump, it’s worth double-checking the resulting module graph still contains the intended patched go-jose/v3 version (if still needed) and that CI builds/tests cover expected build tags/targets.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread go.mod
go.opentelemetry.io/otel/trace v1.37.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is titled as bumping github.com/go-jose/go-jose/v3 to v3.0.5, but go.mod no longer references go-jose/v3 at all. Can you confirm the intended bump is still present in the resolved module graph (e.g., via go.sum/go mod graph) and the PR title/description still match the actual change?

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants