diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-12 06:39:55 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-12 06:40:02 -0400 |
commit | 857b36ca87e8982c8295f8e8824e1b6deb47e8b8 (patch) | |
tree | 7c6b77905c493aeb3fb0e2a6b355c3f9d7f4bcf7 /go.mod | |
parent | 0ebd2882f48155daf7b4cc8acbe53a570ac1aceb (diff) | |
download | podman-857b36ca87e8982c8295f8e8824e1b6deb47e8b8.tar.gz podman-857b36ca87e8982c8295f8e8824e1b6deb47e8b8.tar.bz2 podman-857b36ca87e8982c8295f8e8824e1b6deb47e8b8.zip |
Update vendor of storage,common,image
Preparing for release candidate.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,12 +12,12 @@ require ( github.com/containernetworking/cni v1.0.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.25.2-0.20220406205807-5b8e79118057 - github.com/containers/common v0.47.5-0.20220405040919-5d3a1effbf99 + github.com/containers/common v0.47.5-0.20220406101255-3dd66c046c25 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.21.0 + github.com/containers/image/v5 v5.21.1-0.20220405081457-d1b64686e1d0 github.com/containers/ocicrypt v1.1.3 github.com/containers/psgo v1.7.2 - github.com/containers/storage v1.39.1-0.20220406221121-28f3ba9b891d + github.com/containers/storage v1.39.1-0.20220412073713-ea4008e14877 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cyphar/filepath-securejoin v0.2.3 |