Skip to content

Installation fails with dependency error #9

@johngrogg

Description

@johngrogg

When I try to install with go get I receive the following error:

package github.com/cloudfoundry/cli/cf/configuration/config_helpers: cannot find package "github.com/cloudfoundry/cli/cf/configuration/config_helpers" in any of:
	/usr/local/opt/go/libexec/src/github.com/cloudfoundry/cli/cf/configuration/config_helpers (from $GOROOT)
	/Users/johngrogg/.go/src/github.com/cloudfoundry/cli/cf/configuration/config_helpers (from $GOPATH)
package github.com/cloudfoundry/cli/cf/configuration/core_config: cannot find package "github.com/cloudfoundry/cli/cf/configuration/core_config" in any of:
	/usr/local/opt/go/libexec/src/github.com/cloudfoundry/cli/cf/configuration/core_config (from $GOROOT)
	/Users/johngrogg/.go/src/github.com/cloudfoundry/cli/cf/configuration/core_config (from $GOPATH)

It appears the cloud foundry cli project has modified the folder structures of the cf/configuration directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions