diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-04 13:37:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 13:37:37 -0400 |
commit | 800e91dafd47c284489be586bd18c3cdf7dc5737 (patch) | |
tree | 6b71f09259e5fd8d1fbfbd113ad1949e4dfad27e /go.mod | |
parent | 36821d302e3787a42d6eefdbd0bdbb6d9da261fb (diff) | |
parent | 8156df5b72a55ffd7023969a961be221b0d881d8 (diff) | |
download | podman-800e91dafd47c284489be586bd18c3cdf7dc5737.tar.gz podman-800e91dafd47c284489be586bd18c3cdf7dc5737.tar.bz2 podman-800e91dafd47c284489be586bd18c3cdf7dc5737.zip |
Merge pull request #11850 from Luap99/bump-common
bump c/common to latest and c/storage to 1.37.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,12 +12,12 @@ require ( github.com/containernetworking/cni v1.0.1 github.com/containernetworking/plugins v1.0.1 github.com/containers/buildah v1.23.1 - github.com/containers/common v0.46.1-0.20210928081721-32e20295f1c6 + github.com/containers/common v0.46.1-0.20211001143714-161e078e4c7f github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.7.1 - github.com/containers/storage v1.36.1-0.20210929132900-162a0bf730ce + github.com/containers/storage v1.37.0 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cyphar/filepath-securejoin v0.2.3 |