From 3b6ffcd290978f5e0110e925c212d6396accee10 Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Thu, 21 Apr 2022 15:37:34 -0500 Subject: Update to use new common machine API Signed-off-by: Jason T. Greene --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4fb9de397..f7f4d12a7 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3-54-g00ecf