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 /go.mod | |
parent | 4ea522fecfd8f2d6b51466cb9ab6772f4594bf2e (diff) | |
download | gitea-cd2ff6e83dba82e7d810b68bba79242a98ea8248.tar.gz gitea-cd2ff6e83dba82e7d810b68bba79242a98ea8248.zip |
Bump google/go-github to v57 (#28514)
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/chardet v0.0.0-20211120154057-b7413eaefb8f github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85 github.com/golang-jwt/jwt/v5 v5.0.0 - github.com/google/go-github/v53 v53.2.0 + github.com/google/go-github/v57 v57.0.0 github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 github.com/google/uuid v1.3.1 github.com/gorilla/feeds v1.1.1 |