mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

Error while building sched #21

Closed pradeepchhetri closed 8 years ago

pradeepchhetri commented 8 years ago
➜  sched git:(master) ✗ godep go build .
../common/store/etcd/db.go:9:2: cannot find package "github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context" in any of:
    /usr/local/go/src/github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context (from $GOROOT)
    /Users/pradeep/src/github.com/mesos/mr-redis/sched/Godeps/_workspace/src/github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context (from $GOPATH)
    /Users/pradeep/src/github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context
godep: go exit status 1

Looks like wrong import.