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=