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

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

This commit is contained in:
Lunny Xiao
2025-03-04 14:25:09 -08:00
committed by GitHub
parent ae3a18e01a
commit 65bb837fa2
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -119,7 +119,7 @@ require (
gitlab.com/gitlab-org/api/client-go v0.123.0
golang.org/x/crypto v0.35.0
golang.org/x/image v0.24.0
golang.org/x/net v0.35.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