Skip to content

Commit

Permalink
November rain 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkia committed Nov 5, 2024
1 parent 2a7a7b2 commit 1094f7a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//go:build tools

package tools

import (
_ "github.com/cosmos/gogoproto/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"
)

0 comments on commit 1094f7a

Please sign in to comment.