diff options
author | tomsweeneyredhat <tsweeney@redhat.com> | 2022-02-09 15:24:08 -0500 |
---|---|---|
committer | tomsweeneyredhat <tsweeney@redhat.com> | 2022-02-09 15:26:51 -0500 |
commit | 1512740e3bd9689f9dcb9974422f9a60f3bb5181 (patch) | |
tree | 834977e730edab91538d0cb99930b8fd738928d5 /go.mod | |
parent | 12836a5610ea6d4f6844d4fbdc222b439ccbc746 (diff) | |
download | podman-1512740e3bd9689f9dcb9974422f9a60f3bb5181.tar.gz podman-1512740e3bd9689f9dcb9974422f9a60f3bb5181.tar.bz2 podman-1512740e3bd9689f9dcb9974422f9a60f3bb5181.zip |
Bump c/common to v0.47.4
As the title says.
Signed-off-by: tomsweeneyredhat <tsweeney@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.24.1 - github.com/containers/common v0.47.3 + github.com/containers/common v0.47.4 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.19.1 github.com/containers/ocicrypt v1.1.2 |