replace pkg/symlink with moby/sys/symlink

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-10-29 23:52:56 +01:00
parent 5184bccea3
commit 1146098421
13 changed files with 231 additions and 72 deletions

6
vendor/github.com/moby/sys/symlink/README.md generated vendored Normal file
View File

@@ -0,0 +1,6 @@
Package symlink implements EvalSymlinksInScope which is an extension of filepath.EvalSymlinks,
as well as a Windows long-path aware version of filepath.EvalSymlinks
from the [Go standard library](https://golang.org/pkg/path/filepath).
The code from filepath.EvalSymlinks has been adapted in fs.go.
Please read the LICENSE.BSD file that governs fs.go and LICENSE.APACHE for fs_test.go.