diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-08-03 16:29:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 08:29:57 +0000 |
commit | cad22512b8948fa52e1684ec30bb5a6e5d427d5f (patch) | |
tree | 10cd4a4052acceb5de38d000515753722c6fe958 /go.mod | |
parent | 7bde2bf80945ef5d0e973e8bb7e7899b020564d7 (diff) | |
download | gitea-cad22512b8948fa52e1684ec30bb5a6e5d427d5f.tar.gz gitea-cad22512b8948fa52e1684ec30bb5a6e5d427d5f.zip |
Upgrade x/net to 0.13.0 (#26297)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |