Skip to content

Commit

Permalink
Migrate buf.yaml and buf.lock to v2 (#109)
Browse files Browse the repository at this point in the history
Migrate to updated version using `buf config migrate`
  • Loading branch information
smallsamantha committed May 9, 2024
1 parent e92b877 commit 8f540bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions buf.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Generated by buf. DO NOT EDIT.
version: v1
version: v2
deps:
- remote: buf.build
owner: bufbuild
repository: protovalidate
- name: buf.build/bufbuild/protovalidate
commit: b983156c5e994cc9892e0ce3e64e17e0
digest: shake256:fb47a62989d38c2529bcc5cd86ded43d800eb84cee82b42b9e8a9e815d4ee8134a0fb9d0ce8299b27c2d2bbb7d6ade0c4ad5a8a4d467e1e2c7ca619ae9f634e2
digest: b5:a02a4a5a0a9306cf1391d17e8811bbd6a0dbd0e0e29ddfc34b9d103311164974472d43627c3d63e6a8abaffd6c7a301c4f7965bbab2dc56f7f7812429a84b812
3 changes: 2 additions & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1
version: v2
name: buf.build/bufbuild/registry
deps:
- buf.build/bufbuild/protovalidate
Expand All @@ -7,6 +7,7 @@ lint:
- DEFAULT
- PACKAGE_NO_IMPORT_CYCLE
- UNARY_RPC
disallow_comment_ignores: true
breaking:
use:
- WIRE_JSON
Expand Down

0 comments on commit 8f540bf

Please sign in to comment.