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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ require ( github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85 github.com/golang-jwt/jwt/v4 v4.5.0 - github.com/google/go-github/v52 v52.0.0 + github.com/google/go-github/v53 v53.0.0 github.com/google/pprof v0.0.0-20230502171905-255e3b9b56de github.com/google/uuid v1.3.0 github.com/gorilla/feeds v1.1.1 |