Skip to content

Commit 626f019

Browse files
committed
Remove Buf dependency references
buf.lock already locks us to specific dependency versions, and we want to receive updates to later ones, so it makes the most sense to not pin to specific tags. This change also aligns with Buf's recommendations at https://buf.build/docs/configuration/v2/buf-yaml/#deps.
1 parent d8f0088 commit 626f019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ modules:
77
- path: .
88
name: buf.build/accrescent/appstore-api
99
deps:
10-
- buf.build/accrescent/android-bundle:v1.1.0
11-
- buf.build/bufbuild/protovalidate:v1.1.0
10+
- buf.build/accrescent/android-bundle
11+
- buf.build/bufbuild/protovalidate
1212
lint:
1313
use:
1414
- STANDARD

0 commit comments

Comments
 (0)