Bump golang.org/x/crypto to address CVE-2025-58181 and CVE-2025-47914

This commit is contained in:
2025-11-23 03:45:33 -05:00
parent 1e59bf01a5
commit 2520e2459e
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ require (
github.com/Microsoft/go-winio v0.6.2
github.com/rwinkhart/go-boilerplate v0.1.0
github.com/rwinkhart/peercred-mini v0.1.2
golang.org/x/crypto v0.43.0
golang.org/x/crypto v0.45.0
golang.org/x/sys v0.38.0
)
require golang.org/x/term v0.36.0 // indirect
require golang.org/x/term v0.37.0 // indirect
replace golang.org/x/sys => github.com/rwinkhart/sys v0.38.0