makefile: update buf commands to use tools.go (#8609)

This will keep the version of `buf` consistent between all developer machines.
This commit is contained in:
William Banfield
2022-05-25 05:33:38 -04:00
committed by GitHub
parent 5d1bffe857
commit 4cb0ec55e4
4 changed files with 57 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
package tools
import (
_ "github.com/bufbuild/buf/cmd/buf"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/vektra/mockery/v2"
)