diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-01 19:46:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 19:46:15 +0100 |
commit | 69ad905e8fc60416dae66716f72bc94af3dbfe09 (patch) | |
tree | 15a4cd67143ac48012bf55c7ef3eea68daff6744 /go.mod | |
parent | 2d4989e016901a56a97bc1088cfe7cf26347b2a5 (diff) | |
parent | 3fdb27ccc21bccfd491180d92f7a94ebc1c29239 (diff) | |
download | podman-69ad905e8fc60416dae66716f72bc94af3dbfe09.tar.gz podman-69ad905e8fc60416dae66716f72bc94af3dbfe09.tar.bz2 podman-69ad905e8fc60416dae66716f72bc94af3dbfe09.zip |
Merge pull request #4419 from mheon/buildah_update_163
Update containers/buildah
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ require ( github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect github.com/containernetworking/cni v0.7.1 github.com/containernetworking/plugins v0.8.2 - github.com/containers/buildah v1.11.4-0.20191028173731-21b4778b359e + github.com/containers/buildah v1.11.5-0.20191031204705-20e92ffe0982 github.com/containers/image/v5 v5.0.0 github.com/containers/psgo v1.3.2 github.com/containers/storage v1.13.5 @@ -40,7 +40,7 @@ require ( github.com/json-iterator/go v1.1.7 github.com/mattn/go-isatty v0.0.8 // indirect github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 - github.com/onsi/ginkgo v1.10.1 + github.com/onsi/ginkgo v1.10.2 github.com/onsi/gomega v1.7.0 github.com/opencontainers/go-digest v1.0.0-rc1 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |