1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 08:38:37 +00:00

Upgrade golang net from 0.35.0 -> 0.36.0 #33795 (#33796)

Backport #33795
This commit is contained in:
Lunny Xiao
2025-03-04 15:39:08 -08:00
committed by GitHub
parent 9c3511f0b1
commit 92f2d904f0
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -120,7 +120,7 @@ require (
github.com/yuin/goldmark-meta v1.1.0
golang.org/x/crypto v0.35.0
golang.org/x/image v0.21.0
golang.org/x/net v0.34.0
golang.org/x/net v0.36.0
golang.org/x/oauth2 v0.27.0
golang.org/x/sync v0.11.0
golang.org/x/sys v0.30.0