Skip to content

Commit c76cbb4

Browse files
committed
refactor: use buf.yaml to load third_party dependecies and remove vendored files
1 parent 52353ad commit c76cbb4

12 files changed

Lines changed: 26 additions & 1359 deletions

File tree

buf.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by buf. DO NOT EDIT.
2+
version: v1
3+
deps:
4+
- remote: buf.build
5+
owner: googleapis
6+
repository: googleapis
7+
branch: main
8+
commit: d1a849b8f8304950832335723096e954
9+
digest: b1-zJkwX0YeOp1Wa0Jaj_RqMLa2-oEzePH6PJEK8aaMeI4=
10+
create_time: 2021-08-26T15:07:19.652533Z
11+
- remote: buf.build
12+
owner: grpc-ecosystem
13+
repository: grpc-gateway
14+
branch: main
15+
commit: d1922677830c448eb65ec590f3abc734
16+
digest: b1-zmmsl0XlsSF4_BhZe7w9NMdImBCRtMSn68rmn9H1faQ=
17+
create_time: 2021-08-17T02:45:07.151993Z

buf.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
version: v1beta1
2+
name: buf.build/odpf/proton
3+
deps:
4+
- buf.build/googleapis/googleapis
5+
- buf.build/grpc-ecosystem/grpc-gateway
26
build:
37
roots:
48
- .
59
breaking:
610
use:
7-
- WIRE
11+
- WIRE

odpf/guardian/guardian.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
syntax = "proto3";
22
package odpf.guardian;
33

4-
import "odpf/third_party/googleapis/google/api/annotations.proto";
5-
import "odpf/third_party/grpc-gateway/protoc-gen-openapiv2/options/annotations.proto";
4+
import "google/api/annotations.proto";
5+
import "protoc-gen-openapiv2/options/annotations.proto";
66
import "google/protobuf/struct.proto";
77
import "google/protobuf/timestamp.proto";
88

odpf/metadata/dataset.proto

Lines changed: 0 additions & 5 deletions
This file was deleted.

odpf/optimus/runtime_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
syntax = "proto3";
22
package odpf.optimus;
33

4-
import "odpf/third_party/googleapis/google/api/annotations.proto";
5-
import "odpf/third_party/grpc-gateway/protoc-gen-openapiv2/options/annotations.proto";
4+
import "google/api/annotations.proto";
5+
import "protoc-gen-openapiv2/options/annotations.proto";
66
import "google/protobuf/timestamp.proto";
77
import "google/protobuf/struct.proto";
88
import "google/protobuf/duration.proto";

odpf/third_party/googleapis/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

odpf/third_party/googleapis/google/api/annotations.proto

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)