diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-26 06:17:53 -0400 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-09-27 11:30:09 +0200 |
commit | 5a2ca77b9babc44993ff1f7d7681ea21597fe3db (patch) | |
tree | de9bad94e5836535223d71f24ed72a619a041a1a /go.mod | |
parent | e19a09c3dfb90e12078e0af4ca2cfc45677c6d68 (diff) | |
download | podman-5a2ca77b9babc44993ff1f7d7681ea21597fe3db.tar.gz podman-5a2ca77b9babc44993ff1f7d7681ea21597fe3db.tar.bz2 podman-5a2ca77b9babc44993ff1f7d7681ea21597fe3db.zip |
Vendor in containers/common v0.46.0
Fixes: https://github.com/containers/podman/issues/11745
[NO TESTS NEEDED] Since this is just a revendor and a one line
change for the revendor
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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.0 - github.com/containers/common v0.44.1-0.20210921143342-f2f10e650c73 + github.com/containers/common v0.46.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 |