diff --git a/Godeps/_workspace/src/github.com/ddollar/dist/dist.go b/Godeps/_workspace/src/github.com/ddollar/dist/dist.go index 07d7007..5526507 100644 --- a/Godeps/_workspace/src/github.com/ddollar/dist/dist.go +++ b/Godeps/_workspace/src/github.com/ddollar/dist/dist.go @@ -2,7 +2,7 @@ package dist import ( - "bitbucket.org/kardianos/osext" + "github.com/ddollar/forego/Godeps/_workspace/src/bitbucket.org/kardianos/osext" "bytes" "crypto/tls" "crypto/x509" @@ -10,8 +10,8 @@ import ( "encoding/pem" "errors" "fmt" - "github.com/ddollar/go-update" - "github.com/kr/binarydist" + "github.com/ddollar/forego/Godeps/_workspace/src/github.com/ddollar/go-update" + "github.com/ddollar/forego/Godeps/_workspace/src/github.com/kr/binarydist" "io/ioutil" "net/http" "os"