summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-17 12:46:48 -0600
committermo khan <mo@mokhan.ca>2025-07-17 12:46:48 -0600
commit52b1adc604dce0a6429a553c5f093f69959ca72d (patch)
tree37ac176af025441ab0cc1bcfdb6e1b80413234b7
parent814a864184affab624f7d1e5314cd1f55d72b90c (diff)
chore: delete buf configrefactor-authorizers
-rw-r--r--buf.gen.yaml8
-rw-r--r--buf.lock2
-rw-r--r--buf.yaml10
3 files changed, 0 insertions, 20 deletions
diff --git a/buf.gen.yaml b/buf.gen.yaml
deleted file mode 100644
index 5af20b34..00000000
--- a/buf.gen.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-version: v2
-inputs:
- - module: buf.build/authzed/api
-plugins:
- - remote: buf.build/community/neoeinstein-prost:v0.4.0
- out: src/rpc
- opt:
- - compile_well_known_types
diff --git a/buf.lock b/buf.lock
deleted file mode 100644
index 4f98143f..00000000
--- a/buf.lock
+++ /dev/null
@@ -1,2 +0,0 @@
-# Generated by buf. DO NOT EDIT.
-version: v2
diff --git a/buf.yaml b/buf.yaml
deleted file mode 100644
index d07f90fb..00000000
--- a/buf.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-# For details on buf.yaml configuration, visit https://buf.build/docs/configuration/v2/buf-yaml
-version: v2
-deps:
- - buf.build/authzed/api
-lint:
- use:
- - STANDARD
-breaking:
- use:
- - FILE