chore: 更新crypto相关依赖

This commit is contained in:
Akizon77
2025-06-15 01:08:10 +08:00
parent ef2c638932
commit 8cec263324
2 changed files with 13 additions and 4 deletions

8
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.9.1
golang.org/x/sys v0.32.0
golang.org/x/sys v0.33.0
)
require (
@@ -27,8 +27,8 @@ require (
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/ulikunitz/xz v0.5.9 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
google.golang.org/appengine v1.3.0 // indirect
)