asteris-llc / vaultfs

Vault filesystem (and Docker volume plugin)
Apache License 2.0
129 stars 12 forks source link

Go get error #11

Open ehsanmostajeran opened 7 years ago

ehsanmostajeran commented 7 years ago

Hi, I am trying to get vaultfs by running go get command but I get the error as below.

github.com/asteris-llc/vaultfs/cmd /root/.gvm/pkgsets/go1.7/global/src/github.com/asteris-llc/vaultfs/cmd/docker.go:63: cannot use driver (type docker.Driver) as type volume.Driver in argument to volume.NewHandler: docker.Driver does not implement volume.Driver (missing Capabilities method)

I am using go1.7 as it is advised. Thanks in advance.

loghen41 commented 7 years ago

I'm getting the following error:

fatal: No url found for submodule path 'vendor/bazil.org/fuse' in .gitmodules package github.com/asteris-llc/vaultfs: exit status 128