diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-02 12:20:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 12:20:13 +0000 |
commit | c1156d48b596e714b6622cd51e7de54a327bc8cc (patch) | |
tree | 1220b67e499dc1ea9115d14db798c5b30cc1cbd5 /go.mod | |
parent | 03afc91e2a1a930fd8ebe733b42ea7e6798432bc (diff) | |
download | podman-c1156d48b596e714b6622cd51e7de54a327bc8cc.tar.gz podman-c1156d48b596e714b6622cd51e7de54a327bc8cc.tar.bz2 podman-c1156d48b596e714b6622cd51e7de54a327bc8cc.zip |
Bump github.com/containers/storage from 1.33.0 to 1.33.1
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.33.0 to 1.33.1.
- [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.33.0...v1.33.1)
---
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.15.0 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.33.0 + github.com/containers/storage v1.33.1 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 |