kaniko/vendor/github.com/moby/sys/symlink
Jason Hall 6bbd8a331c
Bump deps (#1885)
```
* use go 1.17 semantics in go.mod
* pin tonistiigi/fsutil dep to match docker/docker's dep
go get -u ./...
go mod vendor
```
2022-01-21 13:59:16 -05:00
..
LICENSE Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
LICENSE.APACHE Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
LICENSE.BSD Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
README.md Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
doc.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
fs.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
fs_unix.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00
fs_windows.go Bump github.com/docker/docker to latest release (#1866) 2022-01-14 15:58:32 -05:00

README.md

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.

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.