From 5f85ec0fd0d519f7ff2418c2c212fe4221e0608b Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Fri, 29 Mar 2024 17:28:51 -0700 Subject: [PATCH] feat: buf module and bsr repo This changeset adds a Buf module definition and Buf module lock, and publishes the module to the Buf Schema Registry (BSR). Signed-off-by: Sam Gammon --- buf.lock | 8 ++++++++ buf.yaml | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 buf.lock create mode 100644 buf.yaml diff --git a/buf.lock b/buf.lock new file mode 100644 index 00000000..c98ad5d1 --- /dev/null +++ b/buf.lock @@ -0,0 +1,8 @@ +# Generated by buf. DO NOT EDIT. +version: v1 +deps: + - remote: buf.build + owner: googleapis + repository: googleapis + commit: 7a6bc1e3207144b38e9066861e1de0ff + digest: shake256:d646836485c34192401253703c4e7ce899c826fceec060bf4b2a62c4749bd9976dc960833e134a1f814725e1ffd60b1bb3cf0335a7e99ef0e8cec34b070ffb66 diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 00000000..5f94f110 --- /dev/null +++ b/buf.yaml @@ -0,0 +1,10 @@ +version: v1 +name: buf.build/deps/api +breaking: + use: + - FILE +lint: + use: + - DEFAULT +deps: + - buf.build/googleapis/googleapis