1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00

Added other deps

This commit is contained in:
Mark Sanborn 2014-08-08 18:11:26 -07:00
parent 0ae2a0746d
commit 969b8d5ba6

12
Godeps/Godeps.json generated
View File

@ -1,10 +1,22 @@
{ {
"ImportPath": "github.com/sanbornm/go-selfupdate", "ImportPath": "github.com/sanbornm/go-selfupdate",
"GoVersion": "go1.3", "GoVersion": "go1.3",
"Packages": [
"./selfupdate/"
],
"Deps": [ "Deps": [
{
"ImportPath": "bitbucket.org/kardianos/osext",
"Comment": "null-13",
"Rev": "5d3ddcf53a508cc2f7404eaebf546ef2cb5cdb6e"
},
{ {
"ImportPath": "github.com/inconshreveable/go-update", "ImportPath": "github.com/inconshreveable/go-update",
"Rev": "3f0466666779bd2143f368a207b0641f0ed536e8" "Rev": "3f0466666779bd2143f368a207b0641f0ed536e8"
},
{
"ImportPath": "github.com/kr/binarydist",
"Rev": "9955b0ab8708602d411341e55fffd7e0700f86bd"
} }
] ]
} }