diff --git a/Makefile b/Makefile index 6528963..bc41ebb 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ mandir=$(datarootdir)/man all: build test deps: - go get github.com/golang/lint/golint + go get golang.org/x/lint/golint go get github.com/stretchr/testify/assert go get golang.org/x/tools/cmd/cover go get