diff options
author | Yevhen Pavlov <yevhen.pavlov.ua@gmail.com> | 2023-12-18 23:42:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 15:42:04 -0600 |
commit | cd2ff6e83dba82e7d810b68bba79242a98ea8248 (patch) | |
tree | 7fbe30189a6e27872ddd3b0c6ae386f3bbed391f /contrib | |
parent | 4ea522fecfd8f2d6b51466cb9ab6772f4594bf2e (diff) | |
download | gitea-cd2ff6e83dba82e7d810b68bba79242a98ea8248.tar.gz gitea-cd2ff6e83dba82e7d810b68bba79242a98ea8248.zip |
Bump google/go-github to v57 (#28514)
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 5cd0fe0f6e..820c0702b7 100644 --- a/contrib/backport/backport.go +++ b/contrib/backport/backport.go @@ -17,7 +17,7 @@ import ( "strings" "syscall" - "github.com/google/go-github/v53/github" + "github.com/google/go-github/v57/github" "github.com/urfave/cli/v2" "gopkg.in/yaml.v3" ) |