From 8a9b70fe9c280d4b73c02ee314fa40729bc1792e Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 4 Nov 2025 13:40:36 -0800 Subject: Upgrade golang.org/x/sys Ran the following commands, using Go 1.23.12: go get golang.org/x/sys@v0.35.0 go mod tidy ... where v0.35.0 is the latest version that supports Go 1.23. --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ec82f93..bedb046 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/google/fscrypt -go 1.23 +go 1.23.0 + +toolchain go1.23.12 require ( github.com/client9/misspell v0.3.4 @@ -8,7 +10,7 @@ require ( 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/sys v0.28.0 + golang.org/x/sys v0.35.0 golang.org/x/term v0.27.0 golang.org/x/tools v0.13.0 google.golang.org/protobuf v1.33.0 -- cgit v1.2.3