1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-15 18:56:59 +00:00

Update github.com/google/go-github to v51 (#23946)

`github.com/google/go-github` has new major version releases frequently.
It is required to update all import path, in additional to `go.mod`
This commit is contained in:
harryzcy 2023-04-08 07:27:30 -04:00 committed by GitHub
parent 5e1bd8af5f
commit 1ee45305e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 45 additions and 38 deletions

View file

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