diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-27 22:17:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 22:17:45 +0200 |
commit | 22b3fe59e8d77fc08bca7ce22015feb85962e547 (patch) | |
tree | a1bc2956036f450cd5815a2ca22841f04f955843 /go.mod | |
parent | a6a0f6c192a63f1b0ae6790bc88eb93bd6b7718c (diff) | |
parent | b0907383285ca57003617b88cb243058eb5975ee (diff) | |
download | podman-22b3fe59e8d77fc08bca7ce22015feb85962e547.tar.gz podman-22b3fe59e8d77fc08bca7ce22015feb85962e547.tar.bz2 podman-22b3fe59e8d77fc08bca7ce22015feb85962e547.zip |
Merge pull request #11060 from containers/dependabot/go_modules/github.com/containers/storage-1.33.0
Bump github.com/containers/storage from 1.32.6 to 1.33.0
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 |