github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/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  )