diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +module github.com/google/fscrypt + +// Source dependancies +require ( + github.com/golang/protobuf v1.0.0 + github.com/pkg/errors v0.8.0 + github.com/urfave/cli v1.20.0 + golang.org/x/crypto v0.0.0-20180208170933-5119cf507ed5 + golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect + golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect + golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 +) |