mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
build: Fix import for golint
The import path for golint has changed Fixes #3388
This commit is contained in:
@@ -19,7 +19,7 @@ RUN go clean -i net && \
|
||||
fi; \
|
||||
go get -tags netgo \
|
||||
github.com/fzipp/gocyclo \
|
||||
github.com/golang/lint/golint \
|
||||
golang.org/x/lint/golint \
|
||||
github.com/kisielk/errcheck \
|
||||
github.com/fatih/hclfmt \
|
||||
github.com/mjibson/esc \
|
||||
|
||||
Reference in New Issue
Block a user