Skip to content

Commit 4a31bff

Browse files
fix(deps): update module github.com/go-git/go-git/v5 to v5.15.0 (#266)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | `v5.14.0` -> `v5.15.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-git%2fgo-git%2fv5/v5.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-git%2fgo-git%2fv5/v5.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-git%2fgo-git%2fv5/v5.14.0/v5.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-git%2fgo-git%2fv5/v5.14.0/v5.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.15.0`](https://redirect.github.com/go-git/go-git/releases/tag/v5.15.0) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.14.0...v5.15.0) #### What's Changed - plumbing: add cert auth support to `releases/v5.x` by [@&#8203;Javier-varez](https://redirect.github.com/Javier-varez) in [https://github.com/go-git/go-git/pull/1482](https://redirect.github.com/go-git/go-git/pull/1482) - v5: Bump dependencies by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1505](https://redirect.github.com/go-git/go-git/pull/1505) **Full Changelog**: go-git/go-git@v5.14.0...v5.15.0 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rgst-io/stencil). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad1402b commit 4a31bff

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/charmbracelet/log v0.4.1
1111
github.com/davecgh/go-spew v1.1.1
1212
github.com/go-git/go-billy/v5 v5.6.2
13-
github.com/go-git/go-git/v5 v5.14.0
13+
github.com/go-git/go-git/v5 v5.15.0
1414
github.com/google/go-cmp v0.7.0
1515
github.com/hashicorp/go-hclog v1.6.3
1616
github.com/hashicorp/go-plugin v1.6.3
@@ -40,7 +40,7 @@ require (
4040
github.com/charmbracelet/lipgloss v1.0.0 // indirect
4141
github.com/charmbracelet/x/ansi v0.8.0 // indirect
4242
github.com/cheggaaa/pb/v3 v3.1.7 // indirect
43-
github.com/cloudflare/circl v1.6.0 // indirect
43+
github.com/cloudflare/circl v1.6.1 // indirect
4444
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
4545
github.com/emirpasic/gods v1.18.1 // indirect
4646
github.com/fatih/color v1.18.0 // indirect
@@ -84,13 +84,13 @@ require (
8484
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
8585
github.com/xanzy/ssh-agent v0.3.3 // indirect
8686
gitlab.com/gitlab-org/api/client-go v0.126.0 // indirect
87-
golang.org/x/crypto v0.36.0 // indirect
87+
golang.org/x/crypto v0.37.0 // indirect
8888
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
89-
golang.org/x/net v0.37.0 // indirect
89+
golang.org/x/net v0.39.0 // indirect
9090
golang.org/x/oauth2 v0.28.0 // indirect
91-
golang.org/x/sys v0.31.0 // indirect
92-
golang.org/x/term v0.30.0 // indirect
93-
golang.org/x/text v0.23.0 // indirect
91+
golang.org/x/sys v0.32.0 // indirect
92+
golang.org/x/term v0.31.0 // indirect
93+
golang.org/x/text v0.24.0 // indirect
9494
golang.org/x/time v0.11.0 // indirect
9595
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
9696
google.golang.org/grpc v1.69.0 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)