-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotosync.yml
26 lines (22 loc) · 1.05 KB
/
protosync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
directory: "vendor.proto"
dependencies:
# Example server
# - source: github.com/catalystgo/protosync/example/proto/echo.proto@120332b
# Google protobuf
- path: google/protobuf
sources:
- github.com/protocolbuffers/protobuf/src/google/protobuf/any.proto@a978b75
- github.com/protocolbuffers/protobuf/src/google/protobuf/empty.proto@a978b75
- github.com/protocolbuffers/protobuf/src/google/protobuf/struct.proto@a978b75
- github.com/protocolbuffers/protobuf/src/google/protobuf/timestamp.proto@a978b75
- github.com/protocolbuffers/protobuf/src/google/protobuf/wrappers.proto@a978b75
# Google API
- path: google/api
sources:
- github.com/googleapis/googleapis/google/api/annotations.proto@f65ad5f
- github.com/googleapis/googleapis/google/api/http.proto@f65ad5f
# OpenAPI v2
- path: protoc-gen-openapiv2/options
sources:
- github.com/grpc-ecosystem/grpc-gateway/protoc-gen-openapiv2/options/annotations.proto@6707495
- github.com/grpc-ecosystem/grpc-gateway/protoc-gen-openapiv2/options/openapiv2.proto@6707495