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

View File

@@ -22,7 +22,7 @@ import (
"os"
"path/filepath"
"github.com/containerd/containerd/pkg/symlink"
"github.com/moby/sys/symlink"
)
// OS collects system level operations that need to be mocked out