diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 49e2b8a..607d0e8 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,10 +1,22 @@ { - "ImportPath": "github.com/sanbornm/go-selfupdate", - "GoVersion": "go1.3", - "Deps": [ - { - "ImportPath": "github.com/inconshreveable/go-update", - "Rev": "3f0466666779bd2143f368a207b0641f0ed536e8" - } - ] + "ImportPath": "github.com/sanbornm/go-selfupdate", + "GoVersion": "go1.3", + "Packages": [ + "./selfupdate/" + ], + "Deps": [ + { + "ImportPath": "bitbucket.org/kardianos/osext", + "Comment": "null-13", + "Rev": "5d3ddcf53a508cc2f7404eaebf546ef2cb5cdb6e" + }, + { + "ImportPath": "github.com/inconshreveable/go-update", + "Rev": "3f0466666779bd2143f368a207b0641f0ed536e8" + }, + { + "ImportPath": "github.com/kr/binarydist", + "Rev": "9955b0ab8708602d411341e55fffd7e0700f86bd" + } + ] }