Skip to content

Commit

Permalink
vendor/ needs to live in project root
Browse files Browse the repository at this point in the history
Since the CLI imports gcw the vendor/ directory should
live at the base of the repo.  This also brings the project
in line with most other go projects.  Updated Makefile and
gitignore to preserve functionality.
  • Loading branch information
retr0h committed Aug 9, 2018
1 parent 502a57a commit 5d68bd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
ghwc/vendor/
vendor/*/
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ $(GOVENDOR):
go get -u github.com/kardianos/govendor

ghwc/vendor/vendor.json: $(GOVENDOR)
cd ghwc; govendor sync
govendor sync

$(GOMETALINTER):
go get -u github.com/alecthomas/gometalinter
Expand Down
2 changes: 1 addition & 1 deletion ghwc/vendor/vendor.json → vendor/vendor.json
Expand Up @@ -21,5 +21,5 @@
"revisionTime": "2017-05-08T18:43:26Z"
}
],
"rootPath": "github.com/jaypipes/ghw/ghwc"
"rootPath": "github.com/jaypipes/ghw"
}

0 comments on commit 5d68bd0

Please sign in to comment.