mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Update github.com/google/go-github to v53 (#25157)
The new `go-github` version [53](https://github.com/google/go-github/releases/tag/v53.0.0) has been released.
This commit is contained in:
parent
feb38da259
commit
5fa4415bbb
6 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ package migrations
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/google/go-github/v52/github"
|
||||
"github.com/google/go-github/v53/github"
|
||||
)
|
||||
|
||||
// ErrRepoNotCreated returns the error that repository not created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue