From 34572abc707f2684cfcbfb64222497aeb842d662 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 18 Dec 2017 13:53:42 -0500 Subject: Vendor in latest storage, image and runtime-tools Need to pull in the latest containers/storage and containers/image to fix lots of issues. Also want to update runtime-tools to take advantage of newer generate code. Signed-off-by: Daniel J Walsh Closes: #152 Approved by: rhatdan --- vendor/github.com/opencontainers/runtime-tools/filepath/doc.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vendor/github.com/opencontainers/runtime-tools/filepath/doc.go (limited to 'vendor/github.com/opencontainers/runtime-tools/filepath/doc.go') diff --git a/vendor/github.com/opencontainers/runtime-tools/filepath/doc.go b/vendor/github.com/opencontainers/runtime-tools/filepath/doc.go new file mode 100644 index 000000000..7ee085bf4 --- /dev/null +++ b/vendor/github.com/opencontainers/runtime-tools/filepath/doc.go @@ -0,0 +1,6 @@ +// Package filepath implements Go's filepath package with explicit +// operating systems (and for some functions and explicit working +// directory). This allows tools built for one OS to operate on paths +// targeting another OS. For example, a Linux build can determine +// whether a path is absolute on Linux or on Windows. +package filepath -- cgit v1.2.3-54-g00ecf