mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-12 08:00:04 +01:00
22 lines
615 B
YAML
22 lines
615 B
YAML
scopes:
|
|
- ./
|
|
protoc: v3.17.3
|
|
protocWorkDir: ""
|
|
plugins:
|
|
protoc-gen-go: google.golang.org/protobuf/cmd/protoc-gen-go@v1.27.1
|
|
protoc-gen-go-grpc: google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
|
|
repositories:
|
|
GOOGLE_APIS: https://github.com/googleapis/googleapis@75e9812478607db997376ccea247dd6928f70f45
|
|
options:
|
|
- --go_out=.
|
|
- --go_opt=paths=source_relative
|
|
- --go-grpc_out=.
|
|
- --go-grpc_opt=paths=source_relative
|
|
importPaths:
|
|
- .
|
|
- $GOPATH
|
|
- $POWERPROTO_INCLUDE
|
|
- $SOURCE_RELATIVE
|
|
- $GOOGLE_APIS/github.com/googleapis/googleapis
|
|
postActions: []
|
|
postShell: ""
|