Update module github.com/checkpoint-restore/checkpointctl to v1.2.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-17 19:36:33 +00:00
committed by GitHub
parent 86bab1bb74
commit 043ce618bc
4 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,7 @@ const (
// container archive
ConfigDumpFile = "config.dump"
SpecDumpFile = "spec.dump"
StatusDumpFile = "status.dump"
NetworkStatusFile = "network.status"
CheckpointDirectory = "checkpoint"
CheckpointVolumesDirectory = "volumes"