From f4a2cb32efb5aecc6a2e1b083d4a2df97055770c Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Thu, 4 Sep 2025 14:30:37 -0600 Subject: [PATCH] Fix package name (#9103) (#9116) * fix package name * fix prefix and add version * remove version * add directory for version * fix package name and add to yaml file Co-authored-by: Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> --- buf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buf.yaml b/buf.yaml index 56a028c661..fcff246de0 100644 --- a/buf.yaml +++ b/buf.yaml @@ -42,6 +42,7 @@ lint: - sdk/database/dbplugin/database.proto - sdk/database/dbplugin/v5/proto/database.proto - sdk/database/dbplugin/v5/proto/database_ent.proto + - sdk/helper/envelopeencryption/envelope_encryption_ent.proto - sdk/helper/pluginutil/multiplexing.proto - sdk/logical/event.proto - sdk/logical/identity.proto @@ -76,6 +77,7 @@ lint: - helper/storagepacker/types.proto - physical/raft/types.proto - sdk/database/dbplugin/database.proto + - sdk/helper/envelopeencryption/envelope_encryption_ent.proto - sdk/helper/pluginutil/multiplexing.proto - sdk/logical/event.proto - sdk/logical/identity.proto