diff options
author | Yevhen Pavlov <yevhen.pavlov.ua@gmail.com> | 2023-06-09 22:42:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 19:42:51 +0000 |
commit | 5fa4415bbb1d0635152554692ecaa64096d80875 (patch) | |
tree | 16f74645004c8a06091f4a7a09d23c26091edd1b /contrib | |
parent | feb38da259c9e3b05fe227838b9886e7dc8486ed (diff) | |
download | gitea-5fa4415bbb1d0635152554692ecaa64096d80875.tar.gz gitea-5fa4415bbb1d0635152554692ecaa64096d80875.zip |
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.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/backport/backport.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/backport/backport.go b/contrib/backport/backport.go index 3027722583..9455d073cc 100644 --- a/contrib/backport/backport.go +++ b/contrib/backport/backport.go @@ -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" ) |