Skip to content

Commit

Permalink
fix: use einride/googleapis
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwenn committed Sep 8, 2022
1 parent ba406cf commit 0f36e1b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .sage/proto.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Proto sg.Namespace

func (Proto) All(ctx context.Context) error {
sg.Deps(ctx, Proto.BufFormat, Proto.BufLint)
sg.Deps(ctx, Proto.APILinterLint, Proto.BufGenerate)
sg.Deps(ctx, Proto.BufGenerate)
sg.Deps(ctx, Proto.BufGenerateTestdata)
return nil
}
Expand Down
9 changes: 5 additions & 4 deletions cmd/protoc-gen-go-aip/internal/genaip/testdata/buf.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: einride
repository: googleapis
commit: 625fcaf6adb343be8ae8ef0ee7be7b77
- remote: buf.build
owner: googleapis
repository: googleapis
branch: main
commit: d6ee4a74dbb44a97a6aa716ba9db6561
digest: b1-nEcyshfgfxdTLEh0TeD6dvzl3RLGkrTTm0BSTs6J6mc=
create_time: 2021-08-19T15:05:56.101677Z
commit: 62f35d8aed1149c291d606d958a7ce32
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-aip/internal/genaip/testdata/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1

deps:
- buf.build/googleapis/googleapis
- buf.build/einride/googleapis
9 changes: 5 additions & 4 deletions proto/buf.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: einride
repository: googleapis
commit: 625fcaf6adb343be8ae8ef0ee7be7b77
- remote: buf.build
owner: googleapis
repository: googleapis
branch: main
commit: d6ee4a74dbb44a97a6aa716ba9db6561
digest: b1-nEcyshfgfxdTLEh0TeD6dvzl3RLGkrTTm0BSTs6J6mc=
create_time: 2021-08-19T15:05:56.101677Z
commit: 62f35d8aed1149c291d606d958a7ce32
2 changes: 1 addition & 1 deletion proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: v1
name: buf.build/einride/aip

deps:
- buf.build/googleapis/googleapis
- buf.build/einride/googleapis

lint:
use:
Expand Down

0 comments on commit 0f36e1b

Please sign in to comment.