Skip to content

Commit

Permalink
Fixes intelsdi-x#916: Removes extra Godeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay committed Jun 4, 2016
1 parent 4b8ee45 commit 0c0a73c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 62 deletions.
23 changes: 0 additions & 23 deletions cmd/snapctl/Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions cmd/snapctl/Godeps/Readme

This file was deleted.

19 changes: 0 additions & 19 deletions mgmt/rest/Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions mgmt/rest/Godeps/Readme

This file was deleted.

11 changes: 1 addition & 10 deletions scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c0a73c

Please sign in to comment.