github.com/hashicorp/go-plugin@v1.6.0/examples/grpc/buf.gen.yaml (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 version: v1 5 plugins: 6 - plugin: buf.build/protocolbuffers/go 7 out: . 8 opt: 9 - paths=source_relative 10 - plugin: buf.build/grpc/go:v1.3.0 11 out: . 12 opt: 13 - paths=source_relative 14 - require_unimplemented_servers=false 15 - plugin: buf.build/protocolbuffers/python:v24.4 16 out: plugin-python 17 - plugin: buf.build/grpc/python:v1.58.1 18 out: plugin-python