mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
5afd4657ec
* Protobuf Modernization Remove direct usage of golang/protobuf in favor of google.golang.org/protobuf Marshallers (protobuf and json) needed some changes to account for different APIs. Moved to using the google.golang.org/protobuf/types/known/* for the well known types including replacing some custom Struct manipulation with whats available in the structpb well known type package. This also updates our devtools script to install protoc-gen-go from the right location so that files it generates conform to the correct interfaces. * Fix go-mod-tidy make target to work on all modules
20 lines
396 B
YAML
20 lines
396 B
YAML
version: v1
|
|
managed:
|
|
enabled: true
|
|
go_package_prefix:
|
|
default: github.com/hashicorp/consul/agent/grpc-middleware/testutil/testservice
|
|
plugins:
|
|
- name: go
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- name: go-grpc
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- require_unimplemented_servers=false
|
|
- name: go-binary
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|