Skip to content

Commit

Permalink
fix(deps): update module github.com/go-git/go-git/v5 to v5.5.2 (#40)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | patch | `v5.5.1` -> `v5.5.2` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.5.2`](https://togithub.com/go-git/go-git/releases/tag/v5.5.2)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.1...v5.5.2)

#### What's Changed

- \*: update go-billy v5.4.0, removes data races. Fixes
[#&#8203;629](https://togithub.com/go-git/go-git/issues/629) by
[@&#8203;mcuadros](https://togithub.com/mcuadros) in
[go-git/go-git#653
- Worktree: Add, fix add removed files. Fixes
[#&#8203;223](https://togithub.com/go-git/go-git/issues/223) by
[@&#8203;tfujiwar](https://togithub.com/tfujiwar) in
[go-git/go-git#652

**Full Changelog**:
go-git/go-git@v5.5.1...v5.5.2

</details>

---

### Configuration

📅 **Schedule**: 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/MISW/mischan-bot).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 6, 2023
1 parent 7d0395e commit 3bba43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
github.com/go-git/go-git/v5 v5.5.1
github.com/go-git/go-git/v5 v5.5.2
github.com/google/go-github/v49 v49.0.0
github.com/heetch/confita v0.10.0
github.com/labstack/echo/v4 v4.10.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -59,6 +59,8 @@ github.com/go-git/go-git-fixtures/v4 v4.3.1 h1:y5z6dd3qi8Hl+stezc8p3JxDkoTRqMAlK
github.com/go-git/go-git-fixtures/v4 v4.3.1/go.mod h1:8LHG1a3SRW71ettAD/jW13h8c6AqjVSeL11RAdgaqpo=
github.com/go-git/go-git/v5 v5.5.1 h1:5vtv2TB5PM/gPM+EvsHJ16hJh4uAkdGcKilcwY7FYwo=
github.com/go-git/go-git/v5 v5.5.1/go.mod h1:uz5PQ3d0gz7mSgzZhSJToM6ALPaKCdSnl58/Xb5hzr8=
github.com/go-git/go-git/v5 v5.5.2 h1:v8lgZa5k9ylUw+OR/roJHTxR4QItsNFI5nKtAXFuynw=
github.com/go-git/go-git/v5 v5.5.2/go.mod h1:BE5hUJ5yaV2YMxhmaP4l6RBQ08kMxKSPD4BlxtH7OjI=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-ldap/ldap v3.0.2+incompatible/go.mod h1:qfd9rJvER9Q0/D/Sqn1DfHRoBp40uXYvFoEVrNEPqRc=
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
Expand Down

0 comments on commit 3bba43a

Please sign in to comment.