* bump dependencies Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * bump reva and add config options Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
15 lines
311 B
YAML
15 lines
311 B
YAML
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
version: v1
|
|
plugins:
|
|
- plugin: buf.build/protocolbuffers/go
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- plugin: buf.build/grpc/go:v1.3.0
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- require_unimplemented_servers=false
|