From 3bba43a5f1ee109948362fe4724715a1e47a9b07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:56:51 +0900 Subject: [PATCH] fix(deps): update module github.com/go-git/go-git/v5 to v5.5.2 (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
go-git/go-git ### [`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 [#​629](https://togithub.com/go-git/go-git/issues/629) by [@​mcuadros](https://togithub.com/mcuadros) in [https://github.com/go-git/go-git/pull/653](https://togithub.com/go-git/go-git/pull/653) - Worktree: Add, fix add removed files. Fixes [#​223](https://togithub.com/go-git/go-git/issues/223) by [@​tfujiwar](https://togithub.com/tfujiwar) in [https://github.com/go-git/go-git/pull/652](https://togithub.com/go-git/go-git/pull/652) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9b61b13..821bddc 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 2fc394e..776f789 100644 --- a/go.sum +++ b/go.sum @@ -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=