vendor deps

This commit is contained in:
David Dollar
2015-01-01 21:38:28 -05:00
parent 0746ea7f70
commit 28ea52c798
+3 -3
View File
@@ -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"