aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-11-04 13:40:36 -0800
committerEric Biggers <ebiggers@google.com>2025-11-04 13:45:45 -0800
commit8a9b70fe9c280d4b73c02ee314fa40729bc1792e (patch)
treee5b010c41ebddf79631541d344880b15bd1fe46a /go.mod
parent46f05811803b231ce107e04bb367beee85bfce83 (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 4 insertions, 2 deletions
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