diff options
| author | Joseph Richey <joerichey@google.com> | 2019-09-11 17:00:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-11 17:00:09 -0700 |
| commit | 672cce613a8b3acf66e0f288206b1fcbff7d41cd (patch) | |
| tree | 971742e4a192ee82cb0ab91f21e82c355029f6b5 /go.mod | |
| parent | d3a1991d4665578e5f315d4aab00b4e29c01df07 (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.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |