Hi
While following the Quickstart guide, when executing the command
# start kubereplay controller manager in one console $ go run cmd/controller-manager/main.go --kubeconfig=~/.kube/config
i got errors cannot find packages
like this one :
cmd/controller/main.go:10:2: cannot find package "github.com/heptiolabs/healthcheck" in any of: /usr/local/go/src/github.com/heptiolabs/healthcheck (from $GOROOT) /home/go/src/github.com/heptiolabs/healthcheck (from $GOPATH)