aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorharryzcy <harry@harryzheng.com>2023-04-08 07:27:30 -0400
committerGitHub <noreply@github.com>2023-04-08 19:27:30 +0800
commit1ee45305e051e7df23ee401382a929376f2fb323 (patch)
tree1272ef8a5449e51189295528ec89f83d467ea90f /go.mod
parent5e1bd8af5f16f9db88cfeb5b80bdf731435cacfb (diff)
downloadgitea-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 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 837ff555c6..0e73f2fe53 100644
--- a/go.mod
+++ b/go.mod
@@ -54,7 +54,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/v45 v45.2.0
+ github.com/google/go-github/v51 v51.0.0
github.com/google/pprof v0.0.0-20230222194610-99052d3372e7
github.com/google/uuid v1.3.0
github.com/gorilla/feeds v1.1.1
@@ -103,11 +103,11 @@ require (
github.com/yuin/goldmark v1.5.4
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20220924101305-151362477c87
github.com/yuin/goldmark-meta v1.1.0
- golang.org/x/crypto v0.6.0
- golang.org/x/net v0.7.0
- golang.org/x/oauth2 v0.5.0
+ golang.org/x/crypto v0.7.0
+ golang.org/x/net v0.8.0
+ golang.org/x/oauth2 v0.6.0
golang.org/x/sys v0.6.0
- golang.org/x/text v0.7.0
+ golang.org/x/text v0.8.0
golang.org/x/tools v0.6.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1