1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Upgrade x/net to 0.13.0 (#26297)

This commit is contained in:
Lunny Xiao
2023-08-03 16:29:57 +08:00
committed by GitHub
parent 7bde2bf809
commit cad22512b8
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -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