From 595d34485eb6c1951bae8c26557e6d3164bfce07 Mon Sep 17 00:00:00 2001 From: logikonline Date: Sun, 18 Jan 2026 10:44:07 -0500 Subject: [PATCH] Update vault plugin to v1.0.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adds plugin_service.go implementing vault_service.Plugin interface - Fixes "Plugin Not Installed" error on vault tab 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e2bb0f7f45..157a0fde76 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( connectrpc.com/connect v1.18.1 // GitCaddy Vault plugin (compiled-in) - git.marketally.com/gitcaddy/gitcaddy-vault v1.0.17 + git.marketally.com/gitcaddy/gitcaddy-vault v1.0.24 gitea.com/go-chi/binding v0.0.0-20240430071103-39a851e106ed gitea.com/go-chi/cache v0.2.1 gitea.com/go-chi/captcha v0.0.0-20240315150714-fb487f629098