Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fixes #916: Removes extra Godeps (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay committed Jun 6, 2016
1 parent d7696ac commit 506318e
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 506318e

Please sign in to comment.