diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-10 20:08:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 20:08:43 -0400 |
commit | ed983c9030a9896aabcbca4a9af62496956d6cac (patch) | |
tree | 94ee535b22093e3beecd94c98a65d4edcd0002df /go.mod | |
parent | 0c38ac44efcaa83f98c727408fbba78456f9edd8 (diff) | |
parent | b5890fc86bdaacccf0e523c5c2774e1fd1c675f6 (diff) | |
download | podman-ed983c9030a9896aabcbca4a9af62496956d6cac.tar.gz podman-ed983c9030a9896aabcbca4a9af62496956d6cac.tar.bz2 podman-ed983c9030a9896aabcbca4a9af62496956d6cac.zip |
Merge pull request #10628 from containers/dependabot/go_modules/github.com/containers/storage-1.32.2
Bump github.com/containers/storage from 1.32.1 to 1.32.2
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.12.0 github.com/containers/ocicrypt v1.1.1 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.32.1 + github.com/containers/storage v1.32.2 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 |