diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-18 14:46:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 14:46:38 +0000 |
commit | b56d6c646077390ca81736a41a5afaf3e37260e9 (patch) | |
tree | e8e1dc96c2e128472e535ee436b6b7cb059fd49c /go.mod | |
parent | 48db8d9868ecbb1523f5b4b69815d16a19afa36f (diff) | |
download | podman-b56d6c646077390ca81736a41a5afaf3e37260e9.tar.gz podman-b56d6c646077390ca81736a41a5afaf3e37260e9.tar.bz2 podman-b56d6c646077390ca81736a41a5afaf3e37260e9.zip |
Bump github.com/containers/storage from 1.32.2 to 1.32.3
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.32.2 to 1.32.3.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.32.2...v1.32.3)
---
updated-dependencies:
- dependency-name: github.com/containers/storage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/containers/image/v5 v5.13.2 github.com/containers/ocicrypt v1.1.1 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.32.2 + github.com/containers/storage v1.32.3 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf |