diff options
author | harryzcy <harry@harryzheng.com> | 2023-04-08 07:27:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-08 19:27:30 +0800 |
commit | 1ee45305e051e7df23ee401382a929376f2fb323 (patch) | |
tree | 1272ef8a5449e51189295528ec89f83d467ea90f /contrib | |
parent | 5e1bd8af5f16f9db88cfeb5b80bdf731435cacfb (diff) | |
download | gitea-1ee45305e051e7df23ee401382a929376f2fb323.tar.gz gitea-1ee45305e051e7df23ee401382a929376f2fb323.zip |
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`
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 b63698e62e..aa665ac2e1 100644 --- a/contrib/backport/backport.go +++ b/contrib/backport/backport.go @@ -16,7 +16,7 @@ import ( "strings" "syscall" - "github.com/google/go-github/v45/github" + "github.com/google/go-github/v51/github" "github.com/urfave/cli" "gopkg.in/yaml.v3" ) |