fix: bump golang.org/x/net to v0.35.0 to address vulnerability

Updated go.mod and go.sum to replace vulnerable dependency go:golang.org/x/net:v0.34.0 with v0.35.0.
This commit is contained in:
Daylighttg
2025-12-24 23:30:38 +08:00
parent 4635429194
commit 3c64a79546
2 changed files with 12 additions and 12 deletions

8
go.mod
View File

@@ -25,10 +25,10 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/time v0.8.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)