diff options
author | Adrian Reber <areber@redhat.com> | 2021-02-25 15:32:50 +0000 |
---|---|---|
committer | Adrian Reber <areber@redhat.com> | 2021-03-02 17:00:06 +0000 |
commit | bd819ef7dc46ffdcc79e67eb384752d5b2ec5291 (patch) | |
tree | c6960ea4ad300efe304a92f1c569d5508aa6ed47 /vendor/modules.txt | |
parent | 426178a49991106ffe222f12cc42409ae78dd257 (diff) | |
download | podman-bd819ef7dc46ffdcc79e67eb384752d5b2ec5291.tar.gz podman-bd819ef7dc46ffdcc79e67eb384752d5b2ec5291.tar.bz2 podman-bd819ef7dc46ffdcc79e67eb384752d5b2ec5291.zip |
Vendor in checkpointctl
checkpointctl contains common code to work with checkpoint images in
Podman, CRI-O and Kubernetes.
Use functions and definitions from checkpointctl where possible.
Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 5e2139c9f..1d192693d 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -40,6 +40,8 @@ github.com/beorn7/perks/quantile github.com/blang/semver # github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 github.com/buger/goterm +# github.com/checkpoint-restore/checkpointctl v0.0.0-20210301084134-a2024f5584e7 +github.com/checkpoint-restore/checkpointctl/lib # github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/checkpoint-restore/go-criu github.com/checkpoint-restore/go-criu/rpc |