fix(sec): upgrade golang.org/x/crypto to 0.17.0 (#3832)

This commit is contained in:
caption
2024-02-01 09:00:17 +08:00
committed by GitHub
parent 857db39f82
commit 4a40f8f1a4
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)