diff --git a/buf.gen.yaml b/buf.gen.yaml index 006c7d7..2b74305 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -9,15 +9,15 @@ managed: value: github.com/nfel plugins: # NOTE: golang - - remote: buf.build/grpc/go + # - remote: buf.build/grpc/go # NOTE: grpc # go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - # - local: protoc-gen-go-grpc + - local: protoc-gen-go-grpc out: stub/go # NOTE: PB files # go install google.golang.org/protobuf/cmd/protoc-gen-go@latest - # - local: protoc-gen-go - - remote: buf.build/protocolbuffers/go:v1.30.0 + - local: protoc-gen-go + # - remote: buf.build/protocolbuffers/go:v1.30.0 out: stub/go # NOTE: doc # - local: protoc-gen-doc @@ -39,9 +39,9 @@ plugins: # # - plugin=mix # out: stub/go # NOTE: Typescript - - remote: buf.build/bufbuild/es:v2.2.2 - # opt: import_prefix=github.com/nfel - out: stub/ts + # - remote: buf.build/bufbuild/es:v2.2.2 + # # opt: import_prefix=github.com/nfel + # out: stub/ts # - local: protobuf-ts # # opt: import_prefix=github.com/nfel