mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-09 09:39:44 +02:00
fix: Remove yaml v3→v4 migration from this PR (moved to dedicated PR)
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
"code.gitea.io/gitea/services/context"
|
||||
packages_service "code.gitea.io/gitea/services/packages"
|
||||
|
||||
"go.yaml.in/yaml/v4"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
func apiError(ctx *context.Context, status int, obj any) {
|
||||
|
||||
Reference in New Issue
Block a user