Local Build
hjanuschka opened this issue · 1 comments
hjanuschka commented
Hello, awesome project.
however i am having troubles building it locally, i forked it cloned it.
GO15VENDOREXPERIMENT=1 go get ./...
package github.com/docker/docker/pkg/units: cannot find package "github.com/docker/docker/pkg/units" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/github.com/docker/docker/pkg/units (from $GOROOT)
/Users/hjanuschka/go/src/github.com/docker/docker/pkg/units (from $GOPATH)
package github.com/docker/docker/pkg/nat: cannot find package "github.com/docker/docker/pkg/nat" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/github.com/docker/docker/pkg/nat (from $GOROOT)
/Users/hjanuschka/go/src/github.com/docker/docker/pkg/nat (from $GOPATH)
package github.com/Sirupsen/logrus/hooks/airbrake: cannot find package "github.com/Sirupsen/logrus/hooks/airbrake" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/github.com/Sirupsen/logrus/hooks/airbrake (from $GOROOT)
/Users/hjanuschka/go/src/github.com/Sirupsen/logrus/hooks/airbrake (from $GOPATH)
package github.com/aws/aws-sdk-go/private/endpoints: cannot find package "github.com/aws/aws-sdk-go/private/endpoints" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/github.com/aws/aws-sdk-go/private/endpoints (from $GOROOT)
/Users/hjanuschka/go/src/github.com/aws/aws-sdk-go/private/endpoints (from $GOPATH)
package github.com/aws/aws-sdk-go/private/signer/v4: cannot find package "github.com/aws/aws-sdk-go/private/signer/v4" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/github.com/aws/aws-sdk-go/private/signer/v4 (from $GOROOT)
/Users/hjanuschka/go/src/github.com/aws/aws-sdk-go/private/signer/v4 (from $GOPATH)
package github.com/aws/aws-sdk-go/private/waiter: cannot find package "github.com/aws/aws-sdk-go/private/waiter" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/github.com/aws/aws-sdk-go/private/waiter (from $GOROOT)
/Users/hjanuschka/go/src/github.com/aws/aws-sdk-go/private/waiter (from $GOPATH)
package github.com/docker/docker/pkg/timeutils: cannot find package "github.com/docker/docker/pkg/timeutils" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/github.com/docker/docker/pkg/timeutils (from $GOROOT)
/Users/hjanuschka/go/src/github.com/docker/docker/pkg/timeutils (from $GOPATH)
Go-Version: 1.7.3
ybogdanov commented
Thanks for reporting. Unfortunately, we are discontinuing this project. See the notice here: https://github.com/grammarly/rocker/blob/master/README.md
Closing this issue as we are not able to address it. Sorry.