planetmint-go/tools/tools.go
Lorenz Herzberger e7d3ce3412
added ignite scaffold chain planetmint-go --no-module
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2023-04-17 13:26:10 +02:00

12 lines
352 B
Go

//go:build tools
package tools
import (
_ "github.com/regen-network/cosmos-proto/protoc-gen-gocosmos"
_ "github.com/golang/protobuf/protoc-gen-go"
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway"
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
)