diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-05 19:44:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 19:44:54 +0100 |
commit | b2f4cdfbaf20026c3e7d1bcec271d3a2724f1e6d (patch) | |
tree | 502550d0b565e47749c4ad0131cde369fbbf2bee /go.mod | |
parent | e04cb6c30ca6c47afd61511c73e98af2a5fabf0b (diff) | |
parent | 6fee827c7f3671c6294286ef4f3b1faefa431e9e (diff) | |
download | podman-b2f4cdfbaf20026c3e7d1bcec271d3a2724f1e6d.tar.gz podman-b2f4cdfbaf20026c3e7d1bcec271d3a2724f1e6d.tar.bz2 podman-b2f4cdfbaf20026c3e7d1bcec271d3a2724f1e6d.zip |
Merge pull request #12182 from containers/dependabot/go_modules/github.com/checkpoint-restore/go-criu/v5-5.2.0
Bump github.com/checkpoint-restore/go-criu/v5 from 5.1.0 to 5.2.0
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-20210922093614-c31748bec9f2 - github.com/checkpoint-restore/go-criu/v5 v5.1.0 + github.com/checkpoint-restore/go-criu/v5 v5.2.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 |