diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-02 14:19:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 14:19:07 +0000 |
commit | 0e2a7be0ec825449a1b95bd5df13e2519c67dcb4 (patch) | |
tree | ba3a20ff9611f43db6703ea20c23a3fb3156baa8 /go.mod | |
parent | 0fc8fe055f3266a5bf8657c88bc3cc4205a4d8cc (diff) | |
parent | c1156d48b596e714b6622cd51e7de54a327bc8cc (diff) | |
download | podman-0e2a7be0ec825449a1b95bd5df13e2519c67dcb4.tar.gz podman-0e2a7be0ec825449a1b95bd5df13e2519c67dcb4.tar.bz2 podman-0e2a7be0ec825449a1b95bd5df13e2519c67dcb4.zip |
Merge pull request #11092 from containers/dependabot/go_modules/github.com/containers/storage-1.33.1
Bump github.com/containers/storage from 1.33.0 to 1.33.1
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 |