diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-01-17 15:58:45 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-01-17 15:58:45 +0100 |
commit | 06ad51c83b46618579b6df4d73b510cdfc1de5ed (patch) | |
tree | 55a60af29710ce07a95d0be2ba37c379b99fc7e5 /go.mod | |
parent | 8514ebd1827b12bae8b5d53d8f0e36244d1b3c3a (diff) | |
download | podman-06ad51c83b46618579b6df4d73b510cdfc1de5ed.tar.gz podman-06ad51c83b46618579b6df4d73b510cdfc1de5ed.tar.bz2 podman-06ad51c83b46618579b6df4d73b510cdfc1de5ed.zip |
update c/common to latest
This contains changes that are needed to enable netavark e2e testing.
Signed-off-by: Paul Holzinger <pholzing@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.1-0.20220112160421-d744ebc4b1d5 - github.com/containers/common v0.46.1-0.20220112112017-31e8cc4aeeab + github.com/containers/common v0.46.1-0.20220117145719-da777f8b15b1 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.18.0 github.com/containers/ocicrypt v1.1.2 |