Skip to content

Commit b0f97d7

Browse files
committed
Fix golint dependency url
Signed-off-by: Carlos Martín <[email protected]>
1 parent c8a2d39 commit b0f97d7

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)