aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2019-09-11 17:00:09 -0700
committerGitHub <noreply@github.com>2019-09-11 17:00:09 -0700
commit672cce613a8b3acf66e0f288206b1fcbff7d41cd (patch)
tree971742e4a192ee82cb0ab91f21e82c355029f6b5 /go.mod
parentd3a1991d4665578e5f315d4aab00b4e29c01df07 (diff)
Prepare v0.2.5 (#147)v0.2.5
Also add go version attrubute to go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 5c56e15..95b6f11 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,7 @@
module github.com/google/fscrypt
+go 1.12
+
require (
github.com/golang/protobuf v1.2.0
github.com/pkg/errors v0.8.0