diff options
author | Ashley Cui <acui@redhat.com> | 2021-09-28 13:54:47 -0400 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2021-09-28 15:16:55 -0400 |
commit | 6c7445d2ba3bba2e7291d334a42f5111b47d0dbc (patch) | |
tree | 14e7dd89f54d5eb411ed56cfc0b130b0139a32a0 /go.mod | |
parent | 9e2459569d35560dcb59654c404ea079229fbbe8 (diff) | |
download | podman-6c7445d2ba3bba2e7291d334a42f5111b47d0dbc.tar.gz podman-6c7445d2ba3bba2e7291d334a42f5111b47d0dbc.tar.bz2 podman-6c7445d2ba3bba2e7291d334a42f5111b47d0dbc.zip |
Vendor in containers/common v0.44.2
[NO TESTS NEEDED]
Signed-off-by: Ashley Cui <acui@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 v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.23.0 - github.com/containers/common v0.44.1 + github.com/containers/common v0.44.2 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 |