diff --git a/cli/plugin-kit-ai/go.mod b/cli/plugin-kit-ai/go.mod index d6f76869..3b68e17c 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= diff --git a/go.mod b/go.mod index f115cc8c..666688a0 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,10 @@ module github.com/777genius/plugin-kit-ai -go 1.22 +go 1.23 toolchain go1.25.10 + +require ( + github.com/777genius/plugin-kit-ai/install/integrationctl v0.0.0-20260509120849-e0032231cad4 + github.com/777genius/plugin-kit-ai/sdk v1.1.0 +) diff --git a/install/integrationctl/go.mod b/install/integrationctl/go.mod index 67b35894..a86c1220 100644 --- a/install/integrationctl/go.mod +++ b/install/integrationctl/go.mod @@ -7,6 +7,6 @@ toolchain go1.25.10 require gopkg.in/yaml.v3 v3.0.1 require ( - github.com/pelletier/go-toml/v2 v2.3.0 + github.com/pelletier/go-toml/v2 v2.3.1 github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd ) diff --git a/install/integrationctl/go.sum b/install/integrationctl/go.sum index b98383f4..c5c5d3b1 100644 --- a/install/integrationctl/go.sum +++ b/install/integrationctl/go.sum @@ -1,7 +1,7 @@ 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/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/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd h1:Rf9uhF1+VJ7ZHqxrG8pJ6YacmHvVCmByDmGbAWCc/gA= github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd/go.mod h1:EbW0wDK/qEUYI0A5bqq0C2kF8JTQwWONmGDBbzsxxHo= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=