-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 774 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
)