Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Vendor directory outdated? #13

Closed
fabiob opened this issue Jun 10, 2017 · 1 comment
Closed

Vendor directory outdated? #13

fabiob opened this issue Jun 10, 2017 · 1 comment

Comments

@fabiob
Copy link

fabiob commented Jun 10, 2017

Hi. I'm trying to author a Homebrew recipe for bach. I was asked to make it build from source (see: Homebrew/homebrew-core#14314). However, I could not make it build with the current vendor directory.

Running go build results in the following failures:

# github.com/compose/bach/cmd
cmd/deprovision.go:35: c.DeprovisionDeploymentJSON undefined (type *composeapi.Client has no field or method DeprovisionDeploymentJSON)
cmd/deprovision.go:39: c.DeprovisionDeployment undefined (type *composeapi.Client has no field or method DeprovisionDeployment)

If I remove the vendor directory and perform a go get ./..., it works.

Am I missing something?

@atomicules
Copy link

See: #8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants