aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorYevhen Pavlov <yevhen.pavlov.ua@gmail.com>2023-12-18 23:42:04 +0200
committerGitHub <noreply@github.com>2023-12-18 15:42:04 -0600
commitcd2ff6e83dba82e7d810b68bba79242a98ea8248 (patch)
tree7fbe30189a6e27872ddd3b0c6ae386f3bbed391f /go.mod
parent4ea522fecfd8f2d6b51466cb9ab6772f4594bf2e (diff)
downloadgitea-cd2ff6e83dba82e7d810b68bba79242a98ea8248.tar.gz
gitea-cd2ff6e83dba82e7d810b68bba79242a98ea8248.zip
Bump google/go-github to v57 (#28514)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 569f8cd359..0d01476282 100644
--- a/go.mod
+++ b/go.mod
@@ -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