diff --git a/cmd/snapctl/Godeps/Godeps.json b/cmd/snapctl/Godeps/Godeps.json deleted file mode 100644 index 9e8c62679..000000000 --- a/cmd/snapctl/Godeps/Godeps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "ImportPath": "github.com/intelsdi-x/snap/cmd/snapctl", - "GoVersion": "go1.4.2", - "Deps": [ - { - "ImportPath": "github.com/codegangsta/cli", - "Comment": "1.2.0-26-gf7ebb76", - "Rev": "f7ebb761e83e21225d1d8954fde853bf8edd46c4" - }, - { - "ImportPath": "gopkg.in/yaml.v2", - "Rev": "c1cd2254a6dd314c9d73c338c12688c9325d85c6" - }, - { - "ImportPath": "github.com/ghodss/yaml", - "Rev": "c3eb24aeea63668ebdac08d2e252f20df8b6b1ae" - }, - { - "ImportPath": "github.com/robfig/cron", - "Rev": "32d9c273155a0506d27cf73dd1246e86a470997e" - } - ] -} diff --git a/cmd/snapctl/Godeps/Readme b/cmd/snapctl/Godeps/Readme deleted file mode 100644 index 4cdaa53d5..000000000 --- a/cmd/snapctl/Godeps/Readme +++ /dev/null @@ -1,5 +0,0 @@ -This directory tree is generated automatically by godep. - -Please do not edit. - -See https://github.com/tools/godep for more information. diff --git a/mgmt/rest/Godeps/Godeps.json b/mgmt/rest/Godeps/Godeps.json deleted file mode 100644 index 0698fa0ec..000000000 --- a/mgmt/rest/Godeps/Godeps.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ImportPath": "github.com/intelsdi-x/snap/mgmt/rest", - "GoVersion": "go1.4.2", - "Deps": [ - { - "ImportPath": "github.com/codegangsta/negroni", - "Comment": "v0.1-70-gc7477ad", - "Rev": "c7477ad8e330bef55bf1ebe300cf8aa67c492d1b" - }, - { - "ImportPath": "github.com/julienschmidt/httprouter", - "Rev": "8c199fb6259ffc1af525cc3ad52ee60ba8359669" - }, - { - "ImportPath": "gopkg.in/yaml.v2", - "Rev": "c1cd2254a6dd314c9d73c338c12688c9325d85c6" - } - ] -} diff --git a/mgmt/rest/Godeps/Readme b/mgmt/rest/Godeps/Readme deleted file mode 100644 index 4cdaa53d5..000000000 --- a/mgmt/rest/Godeps/Readme +++ /dev/null @@ -1,5 +0,0 @@ -This directory tree is generated automatically by godep. - -Please do not edit. - -See https://github.com/tools/godep for more information. diff --git a/scripts/deps.sh b/scripts/deps.sh index 800404140..c9977e21f 100755 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -31,13 +31,4 @@ go get github.com/tools/godep # First load snap deps echo "Checking snap root for deps" -godep restore -# REST API -echo "Checking snapctl for deps" -cd cmd/snapctl -godep restore -# CLI -echo "Checking snap mgmt/rest for deps" -cd ../../mgmt/rest -godep restore -cd ../../ +godep restore \ No newline at end of file