diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-08-20 10:27:09 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-08-20 10:31:13 -0400 |
commit | 7fb7f15afd6e3a04d962b9a09f5ba9e777870ffd (patch) | |
tree | aadf80d732d0fbbabfed3c70fcf69fb12145e37c /go.mod | |
parent | 651fbacc35b8fcd2b170357548c1f6272ae2c48b (diff) | |
download | podman-7fb7f15afd6e3a04d962b9a09f5ba9e777870ffd.tar.gz podman-7fb7f15afd6e3a04d962b9a09f5ba9e777870ffd.tar.bz2 podman-7fb7f15afd6e3a04d962b9a09f5ba9e777870ffd.zip |
[v3.3] Bump c/image 5.15.2, buildah v1.22.3
Bump c/image to v5.15.2 and Buildah to v1.22.3
in preparation for the Podman v3.3.0 release
[NO TESTS NEEDED]
[NO NEW TESTS NEEDED]
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,10 +11,10 @@ require ( github.com/container-orchestrated-devices/container-device-interface v0.0.0-20210325223243-f99e8b6c10b9 github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 - github.com/containers/buildah v1.22.0 + github.com/containers/buildah v1.22.3 github.com/containers/common v0.42.1 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.15.1 + github.com/containers/image/v5 v5.15.2 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.34.1 |