chore(package): update module github.com/go-git/go-git/v6 to v6.0.0-alpha.4
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/lint-test-release Pipeline was successful

This commit is contained in:
Renovate Bot 2026-05-19 05:46:22 +00:00
commit b62814ccd9
2 changed files with 18 additions and 6 deletions

12
go.mod
View file

@ -3,7 +3,7 @@ module gogitlabber
go 1.25.0
require (
github.com/go-git/go-git/v6 v6.0.0-alpha.3
github.com/go-git/go-git/v6 v6.0.0-alpha.4
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/schollz/progressbar/v3 v3.19.0
github.com/scornet256/go-logger v0.0.2
@ -20,7 +20,7 @@ require (
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/gcfg/v2 v2.0.2 // indirect
github.com/go-git/go-billy/v5 v5.6.2 // indirect
github.com/go-git/go-billy/v6 v6.0.0-20260424211911-732291493fb8 // indirect
github.com/go-git/go-billy/v6 v6.0.0-alpha.1 // indirect
github.com/go-git/go-git/v5 v5.16.4 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@ -33,10 +33,10 @@ require (
github.com/sergi/go-diff v1.4.0 // indirect
github.com/skeema/knownhosts v1.3.1 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/term v0.43.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)