diff options
author | Radostin Stoyanov <radostin@redhat.com> | 2022-04-12 18:46:17 +0100 |
---|---|---|
committer | Radostin Stoyanov <radostin@redhat.com> | 2022-04-20 18:52:41 +0100 |
commit | fca3397dc985047e414894d6cb1623272e20eb40 (patch) | |
tree | e441ca644c69de5fcd83e4611c299dd0e0c222bc /go.mod | |
parent | 6250667aa1c1057f77b1f5c19af2015006eb1af5 (diff) | |
download | podman-fca3397dc985047e414894d6cb1623272e20eb40.tar.gz podman-fca3397dc985047e414894d6cb1623272e20eb40.tar.bz2 podman-fca3397dc985047e414894d6cb1623272e20eb40.zip |
Update github.com/checkpoint-restore/checkpointctl
The changes in this commit have been generated with the following
commands:
go get github.com/checkpoint-restore/checkpointctl
make vendor
Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( github.com/BurntSushi/toml v1.1.0 github.com/blang/semver v3.5.1+incompatible github.com/buger/goterm v1.0.4 - github.com/checkpoint-restore/checkpointctl v0.0.0-20211204171957-54b4ebfdb681 + github.com/checkpoint-restore/checkpointctl v0.0.0-20220321135231-33f4a66335f0 github.com/checkpoint-restore/go-criu/v5 v5.3.0 github.com/container-orchestrated-devices/container-device-interface v0.3.2 github.com/containernetworking/cni v1.0.1 |