I've made a fork of the Deis Builder repo and the command $ go test $GOPATH/src/github.com/pfeodrippe/builder/pkg/gitreceve is giving me
/usr/local/go/src/k8s.io/kubernetes/pkg/client/cache (from $GOROOT)
/Users/mac/Documents/go-work/src/k8s.io/kubernetes/pkg/client/cache (from $GOPATH)
../../../../deis/builder/pkg/k8s/watch.go:9:2: cannot find package "k8s.io/kubernetes/pkg/controller/framework" in any of:
/usr/local/go/src/k8s.io/kubernetes/pkg/controller/framework (from $GOROOT)
/Users/mac/Documents/go-work/src/k8s.io/kubernetes/pkg/controller/framework (from $GOPATH)
But these packages doesn't exist at the kubernetes repo. Is there another way I can test the builder code?