Bump github.com/google/go-github to v61 (#30738)

This commit is contained in:
Chongyi Zheng 2024-04-28 01:20:23 -04:00 committed by GitHub
parent 970965f6d8
commit b2013be910
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 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/v61/github"
"golang.org/x/oauth2"
)