From 28ea52c798a317fa1e61735a5072204ca557dbcb Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 1 Jan 2015 21:38:28 -0500 Subject: [PATCH] vendor deps --- Godeps/_workspace/src/github.com/ddollar/dist/dist.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"