summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2021-04-30 09:12:22 -0500
committerBrent Baude <bbaude@redhat.com>2021-04-30 13:11:05 -0500
commitd21c1aafe28cf59143655c7646f6eec7f9496686 (patch)
treed4e4cef44d422f877354f9892873fcfef486f2cd /go.mod
parentd6ec38f2eec6c9ac9e11db5cbf949a357fa13f28 (diff)
downloadpodman-d21c1aafe28cf59143655c7646f6eec7f9496686.tar.gz
podman-d21c1aafe28cf59143655c7646f6eec7f9496686.tar.bz2
podman-d21c1aafe28cf59143655c7646f6eec7f9496686.zip
Detect if in podman machine virtual vm
When in podman machine virtual machines, podman needs to be able to detect as such. One implementation for this is when creating networks, the podman-machine cni plugin needs to be added to the configuration. This PR also includes the latest containers-common. [NO TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fb5556280..6bdb3d390 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.1
github.com/containers/buildah v1.20.1-0.20210402144408-36a37402d0c8
- github.com/containers/common v0.37.0
+ github.com/containers/common v0.37.1
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.11.1
github.com/containers/ocicrypt v1.1.1