diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-16 13:15:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 13:15:45 -0400 |
commit | cebde8afd9ff50a7b50c6062cab71d225021bf78 (patch) | |
tree | 397664f5b0a4199d226bde4d536e9f2f85db484e /go.mod | |
parent | 1961769edfc7f0af8f727cb03bde0af13785726a (diff) | |
parent | 2e02942d46b02ce4e64cb881e44fd9e26afc75dd (diff) | |
download | podman-cebde8afd9ff50a7b50c6062cab71d225021bf78.tar.gz podman-cebde8afd9ff50a7b50c6062cab71d225021bf78.tar.bz2 podman-cebde8afd9ff50a7b50c6062cab71d225021bf78.zip |
Merge pull request #10965 from vrothberg/vendor-common
vendor containers/common@main
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.21.1-0.20210707133512-2eb97b499d74 - github.com/containers/common v0.40.2-0.20210707094508-0a4a1906d4b2 + github.com/containers/common v0.41.1-0.20210716140645-ffcfe1ff6e70 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.13.2 github.com/containers/ocicrypt v1.1.2 |