commit | 788e520a69fb8698caa8199098e78ecf76c614ed | [log] [tgz] |
---|---|---|
author | David Bainbridge <dbainbri@ciena.com> | Mon Oct 21 18:49:40 2019 +0000 |
committer | David Bainbridge <dbainbri@ciena.com> | Mon Oct 21 18:50:14 2019 +0000 |
tree | 56ec056cb3ea27ddd1ae7ab96b6edbd24f613490 | |
parent | f8424cc36bf53d69a51974dd7f83d86f055ab9e4 [diff] [blame] |
VOL-1921 - updated to use go mod Change-Id: I8d5187fa91fa619494f972bc29d3bd61e5be3a82
diff --git a/vendor/go.uber.org/multierr/Makefile b/vendor/go.uber.org/multierr/Makefile index a7437d0..b4bf73d 100644 --- a/vendor/go.uber.org/multierr/Makefile +++ b/vendor/go.uber.org/multierr/Makefile
@@ -34,7 +34,7 @@ .PHONY: golint golint: - @go get github.com/golang/lint/golint + @go get golang.org/x/lint/golint $(eval LINT_LOG := $(shell mktemp -t golint.XXXXX)) @cat /dev/null > $(LINT_LOG) @$(foreach pkg, $(PACKAGES), golint $(pkg) >> $(LINT_LOG) || true;)