diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-04-29 13:13:39 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-02 11:16:14 +0200 |
commit | 77d872ea38ec7b685ec99efe6688d1793c9fa256 (patch) | |
tree | a2a25328acd02ce0b5d2ad0c58a550086be0815c /go.mod | |
parent | 80315b9c8615a9d5f4dada79b99c479ec1414304 (diff) | |
download | podman-77d872ea38ec7b685ec99efe6688d1793c9fa256.tar.gz podman-77d872ea38ec7b685ec99efe6688d1793c9fa256.tar.bz2 podman-77d872ea38ec7b685ec99efe6688d1793c9fa256.zip |
vendor c/common@main
Required for using the newly added pod exit policies.
Signed-off-by: Valentin Rothberg <vrothberg@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.1.0 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.25.2-0.20220423102655-8f2bb8876f3f - github.com/containers/common v0.47.5-0.20220425182415-4081e6be9356 + github.com/containers/common v0.47.5-0.20220429111201-21d83cf7c533 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.21.1-0.20220425080628-be085685e524 github.com/containers/ocicrypt v1.1.3 |