Skip to content

Commit 7f08bb0

Browse files
authored
Merge pull request #272 from carlosms/fix-golint
Fix golint dependency url
2 parents c8a2d39 + b0f97d7 commit 7f08bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PROJECT := gitbase-web
33
COMMANDS := cmd/gitbase-web
44
DEPENDENCIES := \
55
github.com/jteeuwen/go-bindata \
6-
github.com/golang/lint/golint
6+
golang.org/x/lint/golint
77
DEPENDENCIES_DIRECTORY := ./vendor
88

99
PKG_OS = linux

0 commit comments

Comments
 (0)