mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 19:45:43 +00:00
Update go-git to unreleased v5.8.0
To improve support for Git >=v2.41.0. Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
d335f8f981
commit
68fdc0a2b6
4 changed files with 10 additions and 4 deletions
3
go.mod
3
go.mod
|
|
@ -2,6 +2,9 @@ module github.com/fluxcd/flux2/v2
|
|||
|
||||
go 1.20
|
||||
|
||||
// Replace go-git to unreleased v5.8.0 to improve support for Git v2.41+.
|
||||
replace github.com/go-git/go-git/v5 => github.com/go-git/go-git/v5 v5.7.1-0.20230702134234-dd4e2b7f4b01
|
||||
|
||||
require (
|
||||
github.com/Masterminds/semver/v3 v3.2.1
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue