aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-08-03 16:29:57 +0800
committerGitHub <noreply@github.com>2023-08-03 08:29:57 +0000
commitcad22512b8948fa52e1684ec30bb5a6e5d427d5f (patch)
tree10cd4a4052acceb5de38d000515753722c6fe958 /go.mod
parent7bde2bf80945ef5d0e973e8bb7e7899b020564d7 (diff)
downloadgitea-cad22512b8948fa52e1684ec30bb5a6e5d427d5f.tar.gz
gitea-cad22512b8948fa52e1684ec30bb5a6e5d427d5f.zip
Upgrade x/net to 0.13.0 (#26297)
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 5ccf962e16..b1e31c3faa 100644
--- a/go.mod
+++ b/go.mod
@@ -107,7 +107,7 @@ require (
github.com/yuin/goldmark-meta v1.1.0
golang.org/x/crypto v0.11.0
golang.org/x/image v0.9.0
- golang.org/x/net v0.12.0
+ golang.org/x/net v0.13.0
golang.org/x/oauth2 v0.10.0
golang.org/x/sys v0.10.0
golang.org/x/text v0.11.0