build: upgrade protobuf library (#308)

This commit is contained in:
Dane Strandboge
2021-10-18 13:22:54 -05:00
committed by GitHub
parent 6fda4cceed
commit 3e76528ed2
8 changed files with 3486 additions and 2081 deletions

View File

@ -12,8 +12,8 @@ package influxcli
import (
_ "github.com/daixiang0/gci"
_ "github.com/gogo/protobuf/protoc-gen-gogo"
_ "github.com/golang/mock/mockgen"
_ "golang.org/x/tools/cmd/goimports"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
_ "honnef.co/go/tools/cmd/staticcheck"
)