mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08:00
Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
6
vendor/github.com/containers/buildah/pkg/cli/build.go
generated
vendored
6
vendor/github.com/containers/buildah/pkg/cli/build.go
generated
vendored
@@ -20,12 +20,12 @@ import (
|
||||
"github.com/containers/buildah/define"
|
||||
"github.com/containers/buildah/pkg/parse"
|
||||
"github.com/containers/buildah/pkg/util"
|
||||
"github.com/containers/common/pkg/auth"
|
||||
"github.com/containers/image/v5/docker/reference"
|
||||
"github.com/containers/image/v5/types"
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
"go.podman.io/common/pkg/auth"
|
||||
"go.podman.io/image/v5/docker/reference"
|
||||
"go.podman.io/image/v5/types"
|
||||
)
|
||||
|
||||
type BuildOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user