From 969b8d5ba658e41324f9e8ff6ea53bdbb62c1523 Mon Sep 17 00:00:00 2001 From: Mark Sanborn Date: Fri, 8 Aug 2014 18:11:26 -0700 Subject: [PATCH] Added other deps --- Godeps/Godeps.json | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) 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" + } + ] }