From 3c7ccd6cbe76b38c4c49fdda937b57f59f2b2bfc Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Mon, 13 Nov 2017 02:04:28 -0700 Subject: [PATCH] Add unix as a supported OS --- vendor/manifest | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vendor/manifest b/vendor/manifest index 16e8f03f..22c63c01 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -71,6 +71,13 @@ "branch": "master", "path": "/tiff" }, + { + "importpath": "golang.org/x/sys/unix", + "repository": "https://go.googlesource.com/sys", + "revision": "1e2299c37cc91a509f1b12369872d27be0ce98a6", + "branch": "master", + "path": "/unix" + }, { "importpath": "golang.org/x/sys/windows", "repository": "https://go.googlesource.com/sys", -- GitLab