Merge pull request #10353 from containerd/dependabot/go_modules/github.com/checkpoint-restore/checkpointctl-1.2.1

build(deps): bump github.com/checkpoint-restore/checkpointctl from 1.2.0 to 1.2.1
This commit is contained in:
Maksym Pavlenko
2024-06-26 23:16:24 +00:00
committed by GitHub
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"

2
vendor/modules.txt vendored
View File

@@ -74,7 +74,7 @@ github.com/cenkalti/backoff/v4
# github.com/cespare/xxhash/v2 v2.2.0
## explicit; go 1.11
github.com/cespare/xxhash/v2
# github.com/checkpoint-restore/checkpointctl v1.2.0
# github.com/checkpoint-restore/checkpointctl v1.2.1
## explicit; go 1.21
github.com/checkpoint-restore/checkpointctl/lib
# github.com/checkpoint-restore/go-criu/v7 v7.1.0