Skip to content

Commit

Permalink
Fix golint dependency url
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Martín <[email protected]>
  • Loading branch information
carlosms committed Oct 12, 2018
1 parent c8a2d39 commit b0f97d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT := gitbase-web
COMMANDS := cmd/gitbase-web
DEPENDENCIES := \
github.com/jteeuwen/go-bindata \
github.com/golang/lint/golint
golang.org/x/lint/golint
DEPENDENCIES_DIRECTORY := ./vendor

PKG_OS = linux
Expand Down

0 comments on commit b0f97d7

Please sign in to comment.