Update module golang.org/x/sys to v0.37.0

This commit is contained in:
Renovate Bot 2025-10-08 12:52:35 +00:00
parent 70a6b134a7
commit ee3f51fc82
2 changed files with 6 additions and 4 deletions

6
go.mod
View file

@ -1,6 +1,8 @@
module gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2
go 1.23.0
go 1.24.0
toolchain go1.24.8
require (
github.com/aws/aws-sdk-go-v2 v1.39.0
@ -28,7 +30,7 @@ require (
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ptutil v0.0.0-20250815012447-418f76dcf315
golang.org/x/crypto v0.41.0
golang.org/x/net v0.42.0
golang.org/x/sys v0.35.0
golang.org/x/sys v0.37.0
)
require (