gocyclo dep

This commit is contained in:
jamesread
2021-10-18 09:49:24 +01:00
parent 823a32eebe
commit ddcedb0cf4
4 changed files with 5 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ import (
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
_ "github.com/fzipp/gocyclo/cmd/gocyclo"
)