chore(package): update module github.com/go-git/go-git/v6 to v6.0.0-20260114124804-a8db3a6585a6

This commit is contained in:
Renovate Bot 2026-01-14 13:36:50 +00:00
commit 4bca796b43
2 changed files with 15 additions and 5 deletions

10
go.mod
View file

@ -3,7 +3,7 @@ module gogitlabber
go 1.24.0
require (
github.com/go-git/go-git/v6 v6.0.0-20251231065035-29ae690a9f19
github.com/go-git/go-git/v6 v6.0.0-20260114124804-a8db3a6585a6
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
@ -33,9 +33,9 @@ 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.46.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)