1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00

upgrade github v61 -> v71 to fix migrating bug (#34389)

backport #34385
This commit is contained in:
Lunny Xiao
2025-05-07 11:42:30 -07:00
committed by GitHub
parent a4cc867401
commit e67b004535
6 changed files with 35 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ import (
"strings"
"syscall"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v71/github"
"github.com/urfave/cli/v2"
"gopkg.in/yaml.v3"
)