summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2021-02-25 15:32:50 +0000
committerAdrian Reber <areber@redhat.com>2021-03-02 17:00:06 +0000
commitbd819ef7dc46ffdcc79e67eb384752d5b2ec5291 (patch)
treec6960ea4ad300efe304a92f1c569d5508aa6ed47 /go.mod
parent426178a49991106ffe222f12cc42409ae78dd257 (diff)
downloadpodman-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.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index bec99270f..1972eb2d2 100644
--- a/go.mod
+++ b/go.mod
@@ -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