diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-12 14:18:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 14:18:20 +0100 |
commit | c75c6ce908652afad82612f7d9096925140f19b1 (patch) | |
tree | e04bb03d8c9a12c8e979b06a554ab918346b04a7 /go.mod | |
parent | 8365d49a05eccbaad4a796470c2cf62083249997 (diff) | |
parent | 485305a5fce9764403d7a75449b87512bba3ecc0 (diff) | |
download | podman-c75c6ce908652afad82612f7d9096925140f19b1.tar.gz podman-c75c6ce908652afad82612f7d9096925140f19b1.tar.bz2 podman-c75c6ce908652afad82612f7d9096925140f19b1.zip |
Merge pull request #12821 from vrothberg/vendor-common
vendor latest c/common
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 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.20220110152253-5476e2b8dc46 + github.com/containers/common v0.46.1-0.20220112112017-31e8cc4aeeab github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.17.1-0.20220106205022-73f80d60f0e1 github.com/containers/ocicrypt v1.1.2 |