feat: add logic for reading manifest from bolt file (#183)

This commit is contained in:
Daniel Moran
2021-07-09 09:27:53 -04:00
committed by GitHub
parent 4452aac87d
commit 9b54bcb17f
9 changed files with 3746 additions and 0 deletions

View File

@ -11,6 +11,7 @@ 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"
_ "honnef.co/go/tools/cmd/staticcheck"