bazel: get gofumpt as binary download

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-17 17:35:03 +01:00
parent 7f3f4ca3c7
commit daae4f8746
8 changed files with 55 additions and 26 deletions

View file

@ -11,5 +11,4 @@ package main
import (
_ "github.com/aquasecurity/tfsec/cmd/tfsec"
_ "github.com/katexochen/sh/v3/cmd/shfmt"
_ "mvdan.cc/gofumpt"
)