diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-07-16 17:09:53 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-07-16 17:29:41 +0200 |
commit | e4c45e75956c71fc60e996782316de7562328e9c (patch) | |
tree | a073f8495207c93dae94840140464177997db4b3 /go.mod | |
parent | 1b6da0eacbd14efa12e2ec33af2cde9453997a8a (diff) | |
download | podman-e4c45e75956c71fc60e996782316de7562328e9c.tar.gz podman-e4c45e75956c71fc60e996782316de7562328e9c.tar.bz2 podman-e4c45e75956c71fc60e996782316de7562328e9c.zip |
vendor containers/common@v0.38.16
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 v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.21.3 - github.com/containers/common v0.38.15 + github.com/containers/common v0.38.16 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 |