mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
8
vendor/github.com/containers/buildah/internal/mkcw/archive.go
generated
vendored
8
vendor/github.com/containers/buildah/internal/mkcw/archive.go
generated
vendored
@@ -20,14 +20,14 @@ import (
|
||||
"github.com/containers/buildah/internal/tmpdir"
|
||||
"github.com/containers/buildah/pkg/overlay"
|
||||
"github.com/containers/luksy"
|
||||
"github.com/containers/storage/pkg/idtools"
|
||||
"github.com/containers/storage/pkg/ioutils"
|
||||
"github.com/containers/storage/pkg/mount"
|
||||
"github.com/containers/storage/pkg/system"
|
||||
"github.com/docker/go-units"
|
||||
digest "github.com/opencontainers/go-digest"
|
||||
v1 "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
"github.com/sirupsen/logrus"
|
||||
"go.podman.io/storage/pkg/idtools"
|
||||
"go.podman.io/storage/pkg/ioutils"
|
||||
"go.podman.io/storage/pkg/mount"
|
||||
"go.podman.io/storage/pkg/system"
|
||||
)
|
||||
|
||||
const minimumImageSize = 10 * 1024 * 1024
|
||||
|
||||
Reference in New Issue
Block a user