Skip to content

Comments

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0#5

Closed
dependabot[bot] wants to merge 1 commit intoMainfrom
dependabot/go_modules/github.com/go-git/go-git/v5-5.14.0
Closed

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0#5
dependabot[bot] wants to merge 1 commit intoMainfrom
dependabot/go_modules/github.com/go-git/go-git/v5-5.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2025

Bumps github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.14.0

What's Changed

⚠️ Note that this version requires Go 1.23, due to the bump to golang.org/x/crypto@v0.35.0 which mitigates the CVE above. User's that can't bump to Go 1.23 will need to remain on the previous v5.13.x release.

Full Changelog: go-git/go-git@v5.13.2...v5.14.0

v5.13.2

What's Changed

Full Changelog: go-git/go-git@v5.13.1...v5.13.2

v5.13.1

What's Changed

Full Changelog: go-git/go-git@v5.13.0...v5.13.1

v5.13.0

What's Changed

... (truncated)

Commits
  • 863c621 Merge pull request #1436 from pjbgf/v5-bumps
  • 2e69e81 build: Bump dependencies
  • b2c1ec9 build: Bump Go versions
  • 2c68247 Merge pull request #1383 from go-git/dependabot/go_modules/github.com/ProtonM...
  • d462c2e Merge pull request #1359 from BeChris/issue1150-v5
  • 32ac23a Merge pull request #1392 from go-git/dependabot/go_modules/github.com/pjbgf/s...
  • 93e635a build: bump github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2
  • b2bb975 git: worktree_status, took into account code review remarks
  • 518ac88 git: worktree_status, fix adding dot slash files to working tree (backported ...
  • 21b3150 build: bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by Sourcery

Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0, update golang version to 1.24 and other dependencies.

Build:

  • Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0.
  • Update golang version to 1.24.
  • Update dependencies.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 15, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented Mar 15, 2025

Reviewer's Guide by Sourcery

This PR bumps the go-git library from v5.12.0 to v5.14.0, along with its dependencies. The go toolchain version is also updated from go1.22.5 to go1.24.1. This includes updates to several other modules to their latest versions.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
The pull request upgrades the go-git library and its dependencies.
  • Bumped github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0.
  • Updated github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.2.
  • Updated toolchain to go1.24.1.
  • Updated github.com/stretchr/testify from 1.9.0 to 1.10.0.
  • Updated golang.org/x/crypto from 0.30.0 to 0.35.0.
  • Updated golang.org/x/net from 0.32.0 to 0.35.0.
  • Updated golang.org/x/sync from 0.10.0 to 0.11.0.
  • Updated github.com/ProtonMail/go-crypto from 1.0.0 to 1.1.5.
  • Updated github.com/cloudflare/circl from 1.3.7 to 1.6.0.
  • Updated github.com/cyphar/filepath-securejoin from 0.2.5 to 0.4.1.
  • Updated github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da to v0.0.0-20241129210726-2c02b8208cf8.
  • Updated github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2.
  • Updated github.com/rogpeppe/go-internal from v1.11.0 to v1.14.1.
  • Updated github.com/skeema/knownhosts from v1.2.2 to v1.3.1.
  • Updated golang.org/x/sys from 0.28.0 to 0.30.0.
  • Updated golang.org/x/term from 0.27.0 to 0.29.0.
  • Updated golang.org/x/text from 0.21.0 to 0.22.0.
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-git/go-git/v5-5.14.0 branch from b233a76 to 734f3f4 Compare April 7, 2025 14:48
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.14.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.12.0...v5.14.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-git/go-git/v5-5.14.0 branch from 734f3f4 to 840ca61 Compare April 8, 2025 06:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

Superseded by #12.

@dependabot dependabot bot closed this Apr 14, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-git/go-git/v5-5.14.0 branch April 14, 2025 06:01
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

Development

Successfully merging this pull request may close these issues.

0 participants