Skip to content

Instantly share code, notes, and snippets.

@jvanz
Last active August 26, 2015 17:05
Show Gist options
  • Save jvanz/9e862a48b2b50a193e29 to your computer and use it in GitHub Desktop.
Save jvanz/9e862a48b2b50a193e29 to your computer and use it in GitHub Desktop.
Shipyard build output
main.go:7:2: cannot find package "github.com/codegangsta/cli" in any of:
/usr/src/go/src/pkg/github.com/codegangsta/cli (from $GOROOT)
/go/src/github.com/shipyard/shipyard/controller/Godeps/_workspace/src/github.com/codegangsta/cli (from $GOPATH)
/go/src/github.com/codegangsta/cli
api/api.go:21:2: cannot find package "github.com/mailgun/oxy/forward" in any of:
/usr/src/go/src/pkg/github.com/mailgun/oxy/forward (from $GOROOT)
/go/src/github.com/shipyard/shipyard/controller/Godeps/_workspace/src/github.com/mailgun/oxy/forward (from $GOPATH)
/go/src/github.com/mailgun/oxy/forward
Godeps/_workspace/src/github.com/dancannon/gorethink/connection.go:13:2: cannot find package "gopkg.in/fatih/pool.v2" in any of:
/usr/src/go/src/pkg/gopkg.in/fatih/pool.v2 (from $GOROOT)
/go/src/github.com/shipyard/shipyard/controller/Godeps/_workspace/src/gopkg.in/fatih/pool.v2 (from $GOPATH)
/go/src/gopkg.in/fatih/pool.v2
godep: go exit status 1
Makefile:16: recipe for target 'build' failed
make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment