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

4
vendor/github.com/moby/sys/symlink/doc.go generated vendored Normal file
View File

@@ -0,0 +1,4 @@
// 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).
package symlink