Drop link to moby fork

This commit is contained in:
Ettore Di Giacinto
2021-10-24 17:16:36 +02:00
parent c897bffdfc
commit 67a07e7c5a
116 changed files with 8027 additions and 3184 deletions

View File

@@ -19,7 +19,7 @@ import (
"io"
"os"
"github.com/docker/docker/pkg/archive"
"github.com/moby/moby/pkg/archive"
)
func Tar(src, dest string) error {