summaryrefslogtreecommitdiff
path: root/libpod/container_commit.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 /libpod/container_commit.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 'libpod/container_commit.go')
-rw-r--r--libpod/container_commit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/container_commit.go b/libpod/container_commit.go
index 93ad4006e..7b6266d97 100644
--- a/libpod/container_commit.go
+++ b/libpod/container_commit.go
@@ -4,11 +4,11 @@ import (
"context"
"strings"
+ "github.com/containers/buildah"
+ "github.com/containers/buildah/util"
is "github.com/containers/image/storage"
"github.com/containers/libpod/libpod/image"
"github.com/pkg/errors"
- "github.com/projectatomic/buildah"
- "github.com/projectatomic/buildah/util"
"github.com/sirupsen/logrus"
)