From f0e30a607ce7fdfe9f4469f658590a99f4f00570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:48:05 +0000 Subject: [PATCH] chore(deps): bump github.com/pelletier/go-toml/v2 in /cli/plugin-kit-ai Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/pelletier/go-toml/releases) - [Commits](https://github.com/pelletier/go-toml/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: github.com/pelletier/go-toml/v2 dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/plugin-kit-ai/go.mod | 2 +- cli/plugin-kit-ai/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/plugin-kit-ai/go.mod b/cli/plugin-kit-ai/go.mod index 9adbad66..e62842d6 100644 --- a/cli/plugin-kit-ai/go.mod +++ b/cli/plugin-kit-ai/go.mod @@ -14,7 +14,7 @@ require ( github.com/777genius/plugin-kit-ai/install/integrationctl v0.0.0 github.com/777genius/plugin-kit-ai/plugininstall v0.0.0 github.com/777genius/plugin-kit-ai/sdk v0.0.0 - github.com/pelletier/go-toml/v2 v2.3.0 + github.com/pelletier/go-toml/v2 v2.3.1 github.com/spf13/cobra v1.10.2 github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd gopkg.in/yaml.v3 v3.0.1 diff --git a/cli/plugin-kit-ai/go.sum b/cli/plugin-kit-ai/go.sum index 6f62eb30..d84b410e 100644 --- a/cli/plugin-kit-ai/go.sum +++ b/cli/plugin-kit-ai/go.sum @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/pelletier/go-toml/v2 v2.3.0 h1:k59bC/lIZREW0/iVaQR8nDHxVq8OVlIzYCOJf421CaM= -github.com/pelletier/go-toml/v2 v2.3.0/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= +github.com/pelletier/go-toml/v2 v2.3.1 h1:MYEvvGnQjeNkRF1qUuGolNtNExTDwct51yp7olPtrEc= +github.com/pelletier/go-toml/v2 v2.3.1/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=