diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-17 16:00:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 16:00:05 +0100 |
commit | 9ef5d28759e6d37c6f5c1f07df4cf676077851dc (patch) | |
tree | e52f03e9b59d721461e1a5724ab5eb48cffd0cb2 /vendor/modules.txt | |
parent | c4a62733aeb6334c755d1deb2ccd0cd7e2d47702 (diff) | |
parent | abbbeacd68b4d4973a55a8d7263bd0a27f5c4e8e (diff) | |
download | podman-9ef5d28759e6d37c6f5c1f07df4cf676077851dc.tar.gz podman-9ef5d28759e6d37c6f5c1f07df4cf676077851dc.tar.bz2 podman-9ef5d28759e6d37c6f5c1f07df4cf676077851dc.zip |
Merge pull request #5449 from baude/manifests
apiv2 addition of manifests
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 4ef5d4cc6..1b9352334 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -68,13 +68,16 @@ github.com/containers/buildah/bind github.com/containers/buildah/chroot github.com/containers/buildah/docker github.com/containers/buildah/imagebuildah +github.com/containers/buildah/manifests github.com/containers/buildah/pkg/blobcache github.com/containers/buildah/pkg/chrootuser github.com/containers/buildah/pkg/cli github.com/containers/buildah/pkg/formats +github.com/containers/buildah/pkg/manifests github.com/containers/buildah/pkg/overlay github.com/containers/buildah/pkg/parse github.com/containers/buildah/pkg/secrets +github.com/containers/buildah/pkg/supplemented github.com/containers/buildah/pkg/umask github.com/containers/buildah/util # github.com/containers/common v0.5.0 |