diff options
author | Matthew Heon <mheon@redhat.com> | 2021-02-12 13:17:34 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-02-12 13:17:34 -0500 |
commit | 5a520cb4cae29e97085adfcf95b9d18e9e7a4c45 (patch) | |
tree | 368fb2865c7c89aafd9dde34462fd959faae8ba8 /go.mod | |
parent | e70e3d514589ff8de293cb15876485d51a5dd6aa (diff) | |
download | podman-5a520cb4cae29e97085adfcf95b9d18e9e7a4c45.tar.gz podman-5a520cb4cae29e97085adfcf95b9d18e9e7a4c45.tar.bz2 podman-5a520cb4cae29e97085adfcf95b9d18e9e7a4c45.zip |
Bump c/storage to v1.24.6
Addresses RHBZ#1924562.
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require ( github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.10.2 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.24.5 + github.com/containers/storage v1.24.6 github.com/coreos/go-systemd/v22 v22.1.0 github.com/cri-o/ocicni v0.2.1-0.20201204103948-b6cbe99b9756 github.com/cyphar/filepath-securejoin v0.2.2 |