1
Fork 0

Merge pull request 'Update module github.com/google/go-github/v63 to v64 (forgejo)' (#5101) from renovate/forgejo-github.com-google-go-github-v63-64.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5101
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
Gusted 2024-08-24 18:43:11 +00:00
commit a72be741d4
6 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ package migrations
import (
"errors"
"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
)
// ErrRepoNotCreated returns the error that repository not created

View file

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