diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-30 10:57:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 10:57:21 -0400 |
commit | 056f492f59c333d521ebbbe186abde0278e815db (patch) | |
tree | ed0ba2035cefe692b0a735821fd528131fcf1a1c /go.mod | |
parent | 5ebd277aa809ae6851e76f92b98ad62153329bba (diff) | |
parent | 8b52204baa9a2715c4a976edfeb7b420b6336c0c (diff) | |
download | podman-056f492f59c333d521ebbbe186abde0278e815db.tar.gz podman-056f492f59c333d521ebbbe186abde0278e815db.tar.bz2 podman-056f492f59c333d521ebbbe186abde0278e815db.zip |
Merge pull request #10823 from vrothberg/vendor-common
vendor containers/common@7482cf851dcc
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.20210628174543-eadb10a12336 - github.com/containers/common v0.40.2-0.20210624120009-b1d3c4dc2515 + github.com/containers/common v0.40.2-0.20210630092122-7482cf851dcc github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.13.2 github.com/containers/ocicrypt v1.1.2 |