aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod26
1 files changed, 26 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..3bcd6c9
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,26 @@
+module github.com/google/fscrypt
+
+go 1.24.0
+
+require (
+ github.com/client9/misspell v0.3.4
+ github.com/pkg/errors v0.9.1
+ github.com/urfave/cli v1.22.17
+ github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
+ golang.org/x/crypto v0.45.0
+ golang.org/x/sys v0.38.0
+ golang.org/x/term v0.37.0
+ golang.org/x/tools v0.36.0
+ google.golang.org/protobuf v1.36.10
+ honnef.co/go/tools v0.6.1
+)
+
+require (
+ github.com/BurntSushi/toml v1.5.0 // indirect
+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
+ golang.org/x/mod v0.27.0 // indirect
+ golang.org/x/sync v0.16.0 // indirect
+ golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
+)