diff options
author | Jason T. Greene <jason.greene@redhat.com> | 2022-04-21 15:37:34 -0500 |
---|---|---|
committer | Jason T. Greene <jason.greene@redhat.com> | 2022-04-25 13:52:27 -0500 |
commit | 3b6ffcd290978f5e0110e925c212d6396accee10 (patch) | |
tree | dd0241bb9b058f6eecd7504361b9a5bb64a6cb25 /go.mod | |
parent | 6984a0f35704204fa15374aa2c133c4e6e0b366f (diff) | |
download | podman-3b6ffcd290978f5e0110e925c212d6396accee10.tar.gz podman-3b6ffcd290978f5e0110e925c212d6396accee10.tar.bz2 podman-3b6ffcd290978f5e0110e925c212d6396accee10.zip |
Update to use new common machine API
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v1.0.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.25.2-0.20220406205807-5b8e79118057 - github.com/containers/common v0.47.5-0.20220421111103-112a47964ddb + github.com/containers/common v0.47.5-0.20220425182415-4081e6be9356 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.21.1-0.20220421124950-8527e238867c github.com/containers/ocicrypt v1.1.3 |