1
0
Fork 0
forked from forgejo/forgejo

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:
Yevhen Pavlov 2023-06-09 22:42:51 +03:00 committed by GitHub
parent feb38da259
commit 5fa4415bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ import (
"strings"
"syscall"
"github.com/google/go-github/v52/github"
"github.com/google/go-github/v53/github"
"github.com/urfave/cli"
"gopkg.in/yaml.v3"
)