diff options
author | Adrian Reber <areber@redhat.com> | 2021-12-21 13:28:04 +0000 |
---|---|---|
committer | Adrian Reber <areber@redhat.com> | 2021-12-23 09:51:38 +0000 |
commit | b746b22564298463ebf322d630488236b7277074 (patch) | |
tree | e81b91f59e25b765d68c9ddbbb68fb1d84d84171 /go.mod | |
parent | 1415b0732d07f62a6146c16167d38411242436b3 (diff) | |
download | podman-b746b22564298463ebf322d630488236b7277074.tar.gz podman-b746b22564298463ebf322d630488236b7277074.tar.bz2 podman-b746b22564298463ebf322d630488236b7277074.zip |
Update go-criu to v5.3.0
Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( 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-20211204171957-54b4ebfdb681 - github.com/checkpoint-restore/go-criu/v5 v5.2.0 + github.com/checkpoint-restore/go-criu/v5 v5.3.0 github.com/container-orchestrated-devices/container-device-interface v0.0.0-20210325223243-f99e8b6c10b9 github.com/containernetworking/cni v1.0.1 github.com/containernetworking/plugins v1.0.1 |