diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-04 09:17:48 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-04 05:09:44 -0500 |
commit | 47a19346310f3ed7b19ac92dee668107226c83b0 (patch) | |
tree | b00aeec1f4ad1e86bb2917bfef2c5f7a39ff6877 /go.mod | |
parent | 52dd64596a2150ccf621345d1c4a2d68ee793b6c (diff) | |
download | podman-47a19346310f3ed7b19ac92dee668107226c83b0.tar.gz podman-47a19346310f3ed7b19ac92dee668107226c83b0.tar.bz2 podman-47a19346310f3ed7b19ac92dee668107226c83b0.zip |
Bump github.com/containers/storage from 1.23.8 to 1.23.9
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.23.8 to 1.23.9.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.23.8...v1.23.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@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.7.0 github.com/containers/psgo v1.5.1 - github.com/containers/storage v1.23.8 + github.com/containers/storage v1.23.9 github.com/coreos/go-systemd/v22 v22.1.0 github.com/cri-o/ocicni v0.2.0 github.com/cyphar/filepath-securejoin v0.2.2 |