From 06e86bde8886aca3e1cd8cbc948cff7a103f97ab Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Mon, 17 Apr 2017 12:45:30 -0700 Subject: vendor: adding in golang.org/x/sys/unix package This commit adds in the golang.org/x/sys/unix package. This package provides a low-level interface to unix syscalls. We will uses this package instead of the built-in "syscall" package because the syscall package is locked down (https://golang.org/pkg/syscall) and is not exposing any new kernel functionality. In fact, this is actually a patched version of the x/sys/unix package pending review (first part: https://go-review.googlesource.com/c/37943). The version included in this commit exposes all of the filesystem encryption kernel interfaces to Go code. Change-Id: Ic5f9c98b858ccb00db97502c9a60e9249aa8ba38 --- vendor/vendor.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vendor/vendor.json') diff --git a/vendor/vendor.json b/vendor/vendor.json index f66d60d..48a686f 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -13,6 +13,11 @@ "path": "github.com/golang/protobuf/proto", "revision": "2bba0603135d7d7f5cb73b2125beeda19c09f4ef", "revisionTime": "2017-03-31T03:19:02Z" + }, + { + "checksumSHA1": "KWagmSPuJfztcD7dcZekYeZJ6Fg=", + "path": "golang.org/x/sys/unix", + "revision": "" } ], "rootPath": "fscrypt" -- cgit v1.3