From b90a1aec52acbc6df2ec24726574254ec0e666e1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 4 Nov 2025 13:43:13 -0800 Subject: Upgrade golang.org/x/crypto Ran the following commands, using Go 1.23.12: go get golang.org/x/crypto@v0.41.0 go mod tidy ... where v0.41.0 is the latest version that supports Go 1.23. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bd05eb1..91dbb43 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/urfave/cli v1.22.14 github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad - golang.org/x/crypto v0.31.0 + golang.org/x/crypto v0.41.0 golang.org/x/sys v0.35.0 golang.org/x/term v0.34.0 golang.org/x/tools v0.13.0 -- cgit v1.2.3