k3s/vendor/github.com/moby/sys/symlink
Brad Davidson e8381db778 Update Kubernetes to v1.21.0
* Update Kubernetes to v1.21.0
* Update to golang v1.16.2
* Update dependent modules to track with upstream
* Switch to upstream flannel
* Track changes to upstream cloud-controller-manager and FeatureGates

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-04-14 14:51:42 -07:00
..
doc.go Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
fs_unix.go Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
fs_windows.go Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
fs.go Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
go.mod Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
go.sum Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
LICENSE Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
LICENSE.APACHE Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
LICENSE.BSD Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
README.md Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00

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.