[F3] update gof3

This commit is contained in:
Loïc Dachary 2023-07-27 13:06:51 +02:00
commit 2eee960751
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
6 changed files with 45 additions and 45 deletions

View file

@ -12,7 +12,7 @@ import (
"code.gitea.io/gitea/services/f3/util"
"github.com/urfave/cli/v2"
"lab.forgefriends.org/friendlyforgeformat/gof3"
f3_types "lab.forgefriends.org/friendlyforgeformat/gof3/config/types"
f3_common "lab.forgefriends.org/friendlyforgeformat/gof3/forges/common"
f3_format "lab.forgefriends.org/friendlyforgeformat/gof3/format"
)
@ -90,7 +90,7 @@ func RunF3(stdCtx context.Context, ctx *cli.Context) error {
return err
}
features := gof3.AllFeatures
features := f3_types.AllFeatures
if ctx.Bool("no-pull-request") {
features.PullRequests = false
}