fix: use moby/go-archive due to deprecation (#102)

This commit is contained in:
ChristopherHX
2025-05-03 11:12:48 +02:00
committed by GitHub
parent 4a17e5199a
commit 268a69b6d1
2 changed files with 2 additions and 4 deletions

View File

@@ -9,9 +9,7 @@ import (
"path/filepath"
"github.com/docker/docker/api/types"
"github.com/docker/docker/pkg/archive"
// github.com/docker/docker/builder/dockerignore is deprecated
"github.com/moby/go-archive"
"github.com/moby/patternmatcher"
"github.com/moby/patternmatcher/ignorefile"