github.com/koko1123/flow-go-1@v0.29.6/admin/tools.go (about) 1 //go:build tools 2 // +build tools 3 4 package tools 5 6 import ( 7 _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway" 8 _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2" 9 _ "google.golang.org/grpc/cmd/protoc-gen-go-grpc" 10 _ "google.golang.org/protobuf/cmd/protoc-gen-go" 11 )