Comcast / Comcast/vault-plugin-auth-cloudfoundry

README: how to build?

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

```
$ go get github.com/Comcast/vault-plugin-auth-cloudfoundry/cmd/vault-plugin-auth-cloudfoundry
package github.com/hashicorp/vault/logical: cannot find package "github.com/hashicorp/vault/logical" in any of:
/usr/local/Cellar/go/1.12.5/libexec/src/github.com/hashicorp/vault/logical (from $GOROOT)
/Users/drnic/Projects/gopath/src/github.com/hashicorp/vault/logical (from $GOPATH)
package github.com/hashicorp/vault/logical/framework: cannot find package "github.com/hashicorp/vault/logical/framework" in any of:
/usr/local/Cellar/go/1.12.5/libexec/src/github.com/hashicorp/vault/logical/framework (from $GOROOT)
/Users/drnic/Projects/gopath/src/github.com/hashicorp/vault/logical/framework (from $GOPATH)
package github.com/hashicorp/vault/helper/pluginutil: cannot find package "github.com/hashicorp/vault/helper/pluginutil" in any of:
/usr/local/Cellar/go/1.12.5/libexec/src/github.com/hashicorp/vault/helper/pluginutil (from $GOROOT)
/Users/drnic/Projects/gopath/src/github.com/hashicorp/vault/helper/pluginutil (from $GOPATH)
package github.com/hashicorp/vault/logical/plugin: cannot find package "github.com/hashicorp/vault/logical/plugin" in any of:
/usr/local/Cellar/go/1.12.5/libexec/src/github.com/hashicorp/vault/logical/plugin (from $GOROOT)
/Users/drnic/Projects/gopath/src/github.com/hashicorp/vault/logical/plugin (from $GOPATH)
```

If there are specific versions of dependencies that work, perhaps add `dep` support to the project to tie them all nicely together?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.