Update module github.com/google/go-github/v57 to v63

This commit is contained in:
Renovate Bot 2024-08-05 13:21:39 +00:00
parent 057256553b
commit eab599de41
5 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ import (
"code.gitea.io/gitea/modules/proxy"
"code.gitea.io/gitea/modules/structs"
"github.com/google/go-github/v57/github"
"github.com/google/go-github/v63/github"
"golang.org/x/oauth2"
)