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

This commit is contained in:
Renovate Bot 2026-02-10 05:49:27 +00:00
commit 43e5360fb0
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-20260209124828-a06215dae685
github.com/go-git/go-git/v6 v6.0.0-20260209230529-b49d5247731e
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.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
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)