diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-27 13:46:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 13:46:11 +0000 |
commit | b0907383285ca57003617b88cb243058eb5975ee (patch) | |
tree | d6b09377c8ab19c4465580079d161a06f77e2ddb /go.mod | |
parent | b6c279be2296ce32fbb36ba39bd948f93be9bede (diff) | |
download | podman-b0907383285ca57003617b88cb243058eb5975ee.tar.gz podman-b0907383285ca57003617b88cb243058eb5975ee.tar.bz2 podman-b0907383285ca57003617b88cb243058eb5975ee.zip |
Bump github.com/containers/storage from 1.32.6 to 1.33.0
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.32.6 to 1.33.0.
- [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.6...v1.33.0)
---
updated-dependencies:
- dependency-name: github.com/containers/storage
dependency-type: direct:production
update-type: version-update:semver-minor
...
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.14.0 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.32.6 + github.com/containers/storage v1.33.0 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.20210621164014-d0acc7862283 |