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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ require ( github.com/BurntSushi/toml v0.3.1 github.com/blang/semver v3.5.1+incompatible github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 + github.com/checkpoint-restore/checkpointctl v0.0.0-20210301084134-a2024f5584e7 github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.8.1 |