diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2017-09-29 03:13:20 -0700 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2017-09-29 03:13:20 -0700 |
| commit | ddcc450fc6d78806a0d0369bb1cdc2155f4e328e (patch) | |
| tree | d8507ad476afbd03a80e177f90cf1b3a9c6e900c /vendor/vendor.json | |
| parent | 69b0fd5099e55d6761397d3257ea890c40db47e3 (diff) | |
vendor: Just add windows to make govendor work
Diffstat (limited to 'vendor/vendor.json')
| -rw-r--r-- | vendor/vendor.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index dc809d8..25b2476 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -49,6 +49,12 @@ "path": "golang.org/x/sys/unix", "revision": "314a259e304ff91bd6985da2a7149bbf91237993", "revisionTime": "2017-07-19T03:44:26Z" + }, + { + "checksumSHA1": "pBPFzDGt3AVSRffB7ffiUnruFUk=", + "path": "golang.org/x/sys/windows", + "revision": "314a259e304ff91bd6985da2a7149bbf91237993", + "revisionTime": "2017-07-19T03:44:26Z" } ], "rootPath": "github.com/google/fscrypt" |