Skip to content

fix(deps): update module github.com/go-git/go-git/v5 to v5.19.1#69

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-go-git-go-git-v5-5.x
Open

fix(deps): update module github.com/go-git/go-git/v5 to v5.19.1#69
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-go-git-go-git-v5-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 29, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/go-git/go-git/v5 v5.12.0v5.19.1 age confidence

Release Notes

go-git/go-git (github.com/go-git/go-git/v5)

v5.19.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.19.0...v5.19.1

v5.19.0

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.18.0...v5.19.0

v5.18.0

Compare Source

What's Changed

  • plumbing: transport/http, Add support for followRedirects policy by @​pjbgf in #​2004

Full Changelog: go-git/go-git@v5.17.2...v5.18.0

v5.17.2

Compare Source

What's Changed

⚠️ This release fixes a bug (#​1942) that blocked some users from upgrading to v5.17.1. Thanks @​pskrbasu for reporting it. 🙇

Full Changelog: go-git/go-git@v5.17.1...v5.17.2

v5.17.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.17.0...v5.17.1

v5.17.0

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.16.5...v5.17.0

v5.16.5

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.16.4...v5.16.5

v5.16.4

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.16.3...v5.16.4

v5.16.3

Compare Source

What's Changed

  • internal: Expand regex to fix build [5.x] by @​baloo in #​1644
  • build: raise timeouts for windows CI tests and disable CIFuzz [5.x] by @​baloo in #​1646
  • plumbing: support commits extra headers, support jujutsu signed commit [5.x] by @​baloo in #​1633

Full Changelog: go-git/go-git@v5.16.2...v5.16.3

v5.16.2

Compare Source

What's Changed

  • utils: fix diff so subpaths work for sparse checkouts, fixes 1455 to releases/v5.x by @​kane8n in #​1567

Full Changelog: go-git/go-git@v5.16.1...v5.16.2

v5.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.16.0...v5.16.1

v5.16.0

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.15.0...v5.16.0

v5.15.0

Compare Source

What's Changed

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

v5.14.0

Compare Source

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

Compare Source

What's Changed

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

v5.13.1

Compare Source

What's Changed

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

v5.13.0

Compare Source

What's Changed

New Contributors

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 29, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 16 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/ProtonMail/go-crypto v1.0.0 -> v1.1.6
github.com/cloudflare/circl v1.3.7 -> v1.6.1
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.4.1
github.com/go-git/go-billy/v5 v5.5.0 -> v5.6.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/pjbgf/sha1cd v0.3.0 -> v0.3.2
github.com/skeema/knownhosts v1.2.2 -> v1.3.1
golang.org/x/crypto v0.26.0 -> v0.37.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 -> v0.0.0-20240719175910-8a7402abbf56
golang.org/x/mod v0.18.0 -> v0.19.0
golang.org/x/net v0.28.0 -> v0.39.0
golang.org/x/sync v0.8.0 -> v0.13.0
golang.org/x/sys v0.24.0 -> v0.32.0
golang.org/x/text v0.17.0 -> v0.24.0
golang.org/x/tools v0.22.0 -> v0.23.0

@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 fix(deps): update module github.com/go-git/go-git/v5 to v5.13.1 Jan 7, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from bf4ab05 to 28b357e Compare January 7, 2025 15:50
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 28b357e to 4b2de71 Compare January 23, 2025 00:38
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.13.1 fix(deps): update module github.com/go-git/go-git/v5 to v5.13.2 Jan 23, 2025
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 4b2de71 to 27486c1 Compare February 27, 2025 14:54
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.13.2 fix(deps): update module github.com/go-git/go-git/v5 to v5.14.0 Feb 27, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 27486c1 to ff357f7 Compare March 11, 2025 11:18
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch 2 times, most recently from b7b46d8 to 5e04bb2 Compare April 11, 2025 10:39
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.14.0 fix(deps): update module github.com/go-git/go-git/v5 to v5.15.0 Apr 11, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 5e04bb2 to d3d140c Compare April 15, 2025 22:40
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.15.0 fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 Apr 15, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from d3d140c to bba2601 Compare May 7, 2025 11:55
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 fix(deps): update module github.com/go-git/go-git/v5 to v5.16.1 Jun 4, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from bba2601 to bcf1906 Compare June 4, 2025 12:09
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.1 fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 Jun 9, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from bcf1906 to 008c7dd Compare June 9, 2025 11:48
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 - autoclosed Jun 16, 2025
@renovate renovate Bot closed this Jun 16, 2025
@renovate renovate Bot deleted the renovate/github.com-go-git-go-git-v5-5.x branch June 16, 2025 00:31
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 - autoclosed fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 Jun 16, 2025
@renovate renovate Bot reopened this Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from ee1da20 to 008c7dd Compare June 16, 2025 06:51
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch 2 times, most recently from b22d3cb to fb1bd5d Compare August 10, 2025 14:45
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from fb1bd5d to 896cfc5 Compare October 5, 2025 21:52
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 fix(deps): update module github.com/go-git/go-git/v5 to v5.16.3 Oct 5, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 5, 2025

@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 896cfc5 to f1a1a5c Compare November 24, 2025 02:05
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.3 fix(deps): update module github.com/go-git/go-git/v5 to v5.16.4 Nov 24, 2025
@sonarqubecloud
Copy link
Copy Markdown

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.25.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/ProtonMail/go-crypto v1.0.0 -> v1.1.6
github.com/cloudflare/circl v1.3.7 -> v1.6.3
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.6.1
github.com/go-git/go-billy/v5 v5.5.0 -> v5.9.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.3.0
github.com/pjbgf/sha1cd v0.3.0 -> v0.6.0
github.com/skeema/knownhosts v1.2.2 -> v1.3.1
golang.org/x/crypto v0.26.0 -> v0.50.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 -> v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/mod v0.18.0 -> v0.35.0
golang.org/x/net v0.28.0 -> v0.53.0
golang.org/x/sync v0.8.0 -> v0.20.0
golang.org/x/sys v0.24.0 -> v0.43.0
golang.org/x/text v0.17.0 -> v0.36.0
golang.org/x/tools v0.22.0 -> v0.44.0

@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from f1a1a5c to 600fe28 Compare February 9, 2026 13:11
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.4 fix(deps): update module github.com/go-git/go-git/v5 to v5.16.5 Feb 9, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.16.5 fix(deps): update module github.com/go-git/go-git/v5 to v5.17.0 Feb 25, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 600fe28 to 84bfa03 Compare February 25, 2026 19:17
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 84bfa03 to 7d344cf Compare March 31, 2026 10:00
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.17.0 fix(deps): update module github.com/go-git/go-git/v5 to v5.17.1 Mar 31, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.17.1 fix(deps): update module github.com/go-git/go-git/v5 to v5.17.2 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 7d344cf to bb753e7 Compare March 31, 2026 15:08
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.17.2 fix(deps): update module github.com/go-git/go-git/v5 to v5.18.0 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from bb753e7 to 96503ea Compare April 16, 2026 23:39
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 96503ea to 082b77d Compare May 6, 2026 17:15
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.18.0 fix(deps): update module github.com/go-git/go-git/v5 to v5.19.0 May 6, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-git-go-git-v5-5.x branch from 082b77d to 243797e Compare May 18, 2026 23:34
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.19.0 fix(deps): update module github.com/go-git/go-git/v5 to v5.19.1 May 18, 2026
@sonarqubecloud
Copy link
Copy Markdown

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.

0 participants