diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2022-01-12 10:18:33 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2022-01-12 12:43:21 +0100 |
commit | 485305a5fce9764403d7a75449b87512bba3ecc0 (patch) | |
tree | a4d930e4b705cff847ddfe22e6ffcd4bfed45319 /go.mod | |
parent | 6945b37850d77944fc79a784af9e362cb0184234 (diff) | |
download | podman-485305a5fce9764403d7a75449b87512bba3ecc0.tar.gz podman-485305a5fce9764403d7a75449b87512bba3ecc0.tar.bz2 podman-485305a5fce9764403d7a75449b87512bba3ecc0.zip |
vendor latest c/common
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.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 |