aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-01 22:32:08 +0100
committerGitHub <noreply@github.com>2020-12-01 22:32:08 +0100
commit7f084a8ae212f1c2c67e9cfb1f9e4c5470e01870 (patch)
tree7078a75662049ee596cbfecb96c41ad95cee3aa9 /go.mod
parentc71ad9a557ee80eccde2608939c81906379fa7ae (diff)
parent594ac4a14658a90ad7bc5541dab6349a0c629a5c (diff)
downloadpodman-7f084a8ae212f1c2c67e9cfb1f9e4c5470e01870.tar.gz
podman-7f084a8ae212f1c2c67e9cfb1f9e4c5470e01870.tar.bz2
podman-7f084a8ae212f1c2c67e9cfb1f9e4c5470e01870.zip
Merge pull request #8357 from mheon/add_volume_interface_package
Add API for communicating with Docker volume plugins
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 c24c2eaa1..e44c5843d 100644
--- a/go.mod
+++ b/go.mod
@@ -23,6 +23,7 @@ require (
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v17.12.0-ce-rc1.0.20201020191947-73dc6a680cdd+incompatible
github.com/docker/go-connections v0.4.0
+ github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc
github.com/docker/go-units v0.4.0
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.0