Fix tools build (#12827)

This commit is contained in:
Brian Kassouf 2021-10-13 18:12:40 -07:00 committed by GitHub
parent d28370747d
commit 15fb265f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -25,11 +25,10 @@ import (
_ "github.com/client9/misspell/cmd/misspell"
_ "mvdan.cc/gofumpt"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
_ "github.com/favadi/protoc-go-inject-tag"
)
)