Skip to content

Commit 1f765c0

Browse files
⬆️ Bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3 in /utils (#719)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.16.2 to 5.16.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's releases</a>.</em></p> <blockquote> <h2>v5.16.3</h2> <h2>What's Changed</h2> <ul> <li>internal: Expand regex to fix build [5.x] by <a href="https://github.com/baloo"><code>@​baloo</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1644">go-git/go-git#1644</a></li> <li>build: raise timeouts for windows CI tests and disable CIFuzz [5.x] by <a href="https://github.com/baloo"><code>@​baloo</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1646">go-git/go-git#1646</a></li> <li>plumbing: support commits extra headers, support jujutsu signed commit [5.x] by <a href="https://github.com/baloo"><code>@​baloo</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1633">go-git/go-git#1633</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3">https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-git/commit/ad9a3a542e845d368853848ef5a2de9ec1f79b1a"><code>ad9a3a5</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1633">#1633</a> from baloo/baloo/release-5.x/jj-signed-commits</li> <li><a href="https://github.com/go-git/go-git/commit/f2c3467492033820145d5230dc681b5f976eb1c0"><code>f2c3467</code></a> plumbing: support extra headers, support jujutsu signed commit [5.x]</li> <li><a href="https://github.com/go-git/go-git/commit/c12263d36861c02d0dd9dce5249781b7e673c7bb"><code>c12263d</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1646">#1646</a> from baloo/baloo/release-5.x/fixup-windows-ci</li> <li><a href="https://github.com/go-git/go-git/commit/111f37418f4e164e114b094728ca87733dae1779"><code>111f374</code></a> build: disable fuzzing on maintenance branch</li> <li><a href="https://github.com/go-git/go-git/commit/15d46ceb597e4092783314c48c782097f436aa66"><code>15d46ce</code></a> build: raise timeouts for windows CI tests</li> <li><a href="https://github.com/go-git/go-git/commit/ce83ba1dcadebc49b3ea8670449aa495e88e1281"><code>ce83ba1</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1644">#1644</a> from baloo/baloo/release-5.x/fixup-build</li> <li><a href="https://github.com/go-git/go-git/commit/b4862019696d8dc00b9aeb86394951e5c1b9076a"><code>b486201</code></a> internal: Expand regex to fix build</li> <li>See full diff in <a href="https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-git/go-git/v5&package-manager=go_modules&previous-version=5.16.2&new-version=5.16.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <monty-bot@arm.com>
1 parent d026f6e commit 1f765c0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changes/20251006104036.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v5-5.16.3

utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/dolmen-go/contextio v1.0.0
1616
github.com/evanphx/hclogr v0.2.0
1717
github.com/go-faker/faker/v4 v4.6.1
18-
github.com/go-git/go-git/v5 v5.16.2
18+
github.com/go-git/go-git/v5 v5.16.3
1919
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
2020
github.com/go-logr/logr v1.4.3
2121
github.com/go-logr/stdr v1.2.2

utils/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN
7676
github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU=
7777
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
7878
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
79-
github.com/go-git/go-git/v5 v5.16.2 h1:fT6ZIOjE5iEnkzKyxTHK1W4HGAsPhqEqiSAssSO77hM=
80-
github.com/go-git/go-git/v5 v5.16.2/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8=
79+
github.com/go-git/go-git/v5 v5.16.3 h1:Z8BtvxZ09bYm/yYNgPKCzgWtaRqDTgIKRgIRHBfU6Z8=
80+
github.com/go-git/go-git/v5 v5.16.3/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8=
8181
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a h1:v6zMvHuY9yue4+QkG/HQ/W67wvtQmWJ4SDo9aK/GIno=
8282
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a/go.mod h1:I79BieaU4fxrw4LMXby6q5OS9XnoR9UIKLOzDFjUmuw=
8383
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=

0 commit comments

Comments
 (0)