diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-01 22:32:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 22:32:08 +0100 |
commit | 7f084a8ae212f1c2c67e9cfb1f9e4c5470e01870 (patch) | |
tree | 7078a75662049ee596cbfecb96c41ad95cee3aa9 /vendor/modules.txt | |
parent | c71ad9a557ee80eccde2608939c81906379fa7ae (diff) | |
parent | 594ac4a14658a90ad7bc5541dab6349a0c629a5c (diff) | |
download | podman-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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 0c6b4de57..9de30e604 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -211,6 +211,8 @@ github.com/containers/storage/pkg/truncindex github.com/containers/storage/pkg/unshare # github.com/coreos/go-iptables v0.4.5 github.com/coreos/go-iptables/iptables +# github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e +github.com/coreos/go-systemd/activation # github.com/coreos/go-systemd/v22 v22.1.0 github.com/coreos/go-systemd/v22/activation github.com/coreos/go-systemd/v22/daemon @@ -276,6 +278,9 @@ github.com/docker/go-connections/sockets github.com/docker/go-connections/tlsconfig # github.com/docker/go-metrics v0.0.1 github.com/docker/go-metrics +# github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc +github.com/docker/go-plugins-helpers/sdk +github.com/docker/go-plugins-helpers/volume # github.com/docker/go-units v0.4.0 github.com/docker/go-units # github.com/docker/libnetwork v0.8.0-dev.2.0.20190625141545-5a177b73e316 |