1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00

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
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"
)