summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2019-11-07 14:57:23 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2019-11-08 06:27:17 -0500
commit5f3a61ed422ea8e241aa819848078df1850117c8 (patch)
treea182f63566046ce80cfc9374adf370f338d399b4 /go.mod
parent3463a7194c504790e73a1750109c1813a7c3cfe9 (diff)
downloadpodman-5f3a61ed422ea8e241aa819848078df1850117c8.tar.gz
podman-5f3a61ed422ea8e241aa819848078df1850117c8.tar.bz2
podman-5f3a61ed422ea8e241aa819848078df1850117c8.zip
Add support for make vendor-in-container
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 8454de8ff..1b4e58225 100644
--- a/go.mod
+++ b/go.mod
@@ -12,6 +12,7 @@ require (
github.com/containernetworking/cni v0.7.2-0.20190904153231-83439463f784
github.com/containernetworking/plugins v0.8.2
github.com/containers/buildah v1.11.5-0.20191031204705-20e92ffe0982
+ github.com/containers/conmon v2.0.2+incompatible // indirect
github.com/containers/image/v5 v5.0.0
github.com/containers/psgo v1.3.2
github.com/containers/storage v1.13.5