summaryrefslogtreecommitdiff
path: root/cmd/podman/common.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-09-19 09:00:35 -0400
committerGitHub <noreply@github.com>2018-09-19 09:00:35 -0400
commit03f53efb51099c99bdc8bdf9975c43fe2c785d3a (patch)
treeb340ddc09d29ae2cf29cb83269bcb614d94a6a10 /cmd/podman/common.go
parentc3a0874222784e8996dbc472b9ca893a80aff451 (diff)
parent92b28a88d8bcd5aa50352ecaff844229df1cee59 (diff)
downloadpodman-03f53efb51099c99bdc8bdf9975c43fe2c785d3a.tar.gz
podman-03f53efb51099c99bdc8bdf9975c43fe2c785d3a.tar.bz2
podman-03f53efb51099c99bdc8bdf9975c43fe2c785d3a.zip
Merge pull request #1503 from rhatdan/buildah
Vendor in latest containers/buildah
Diffstat (limited to 'cmd/podman/common.go')
-rw-r--r--cmd/podman/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common.go b/cmd/podman/common.go
index 578de7f38..8d20081f6 100644
--- a/cmd/podman/common.go
+++ b/cmd/podman/common.go
@@ -8,11 +8,11 @@ import (
"regexp"
"strings"
+ "github.com/containers/buildah"
"github.com/containers/libpod/libpod"
"github.com/containers/storage"
"github.com/fatih/camelcase"
"github.com/pkg/errors"
- "github.com/projectatomic/buildah"
"github.com/urfave/cli"
)