Update go dependencies and fix go-git (#28893) (#28934)

Backport #28893
This commit is contained in:
6543 2024-01-26 08:08:43 +01:00 committed by GitHub
parent d6eb6c90f4
commit c33886b710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 41 additions and 37 deletions

View file

@ -12,7 +12,7 @@ import (
gitealog "code.gitea.io/gitea/modules/log"
"github.com/go-git/go-git/v5/plumbing/format/commitgraph"
commitgraph "github.com/go-git/go-git/v5/plumbing/format/commitgraph/v2"
cgobject "github.com/go-git/go-git/v5/plumbing/object/commitgraph"
)