From 483a1e717f5c1d0a68061d596118a93b2d498d53 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 30 Aug 2018 01:26:47 -0700 Subject: Transition from dep to golang's module system --- go.mod | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..3fd72f6 --- /dev/null +++ b/go.mod @@ -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 +) -- cgit v1.2.3