commit | 8461e15251eca1555bc6c5e38e778bf45d3c9d70 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Oct 01 14:44:30 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Oct 01 17:59:35 2019 -0700 |
tree | 7a1228d7aea5278060431d2829e4778f3b2864e3 | |
parent | acf0adaf2d91ae72b55192cc8a939e0485918d16 [diff] [blame] |
VOL-1967 move api-server to separate repository Change-Id: I21b85be74205805be15f8a85e53a903d16785671
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;)