1
0
Fork 0
forked from forgejo/forgejo

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

Backport #28893

(cherry picked from commit c33886b710)

Conflicts:
	go.sum
	trivial conflict because of 120294c44e * [GITEA] Use maintained gziphandler
This commit is contained in:
6543 2024-01-26 08:08:43 +01:00 committed by Earl Warren
parent ee833fc011
commit faafccbcc7
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
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"
)