From 14c7fec7b2985d2a7f0f861bc6f5466147951648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 04:35:15 +0000 Subject: [PATCH] chore(deps): bump mvdan.cc/sh/v3 from 3.12.0 to 3.13.0 Bumps [mvdan.cc/sh/v3](https://github.com/mvdan/sh) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/mvdan/sh/releases) - [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdan/sh/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: mvdan.cc/sh/v3 dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 7 ++----- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 80bb5ae..dcf8ffd 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/flashcatcloud/flashduty-runner -go 1.24.0 - -toolchain go1.24.6 +go 1.25.0 require ( github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0 @@ -12,7 +10,7 @@ require ( github.com/modelcontextprotocol/go-sdk v1.2.0 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 - mvdan.cc/sh/v3 v3.12.0 + mvdan.cc/sh/v3 v3.13.0 ) require ( @@ -26,7 +24,6 @@ require ( github.com/yosida95/uritemplate/v3 v3.0.2 // indirect golang.org/x/net v0.47.0 // indirect golang.org/x/oauth2 v0.30.0 // indirect - golang.org/x/tools v0.38.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 8d58d26..08ef857 100644 --- a/go.sum +++ b/go.sum @@ -59,5 +59,5 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogR gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -mvdan.cc/sh/v3 v3.12.0 h1:ejKUR7ONP5bb+UGHGEG/k9V5+pRVIyD+LsZz7o8KHrI= -mvdan.cc/sh/v3 v3.12.0/go.mod h1:Se6Cj17eYSn+sNooLZiEUnNNmNxg0imoYlTu4CyaGyg= +mvdan.cc/sh/v3 v3.13.0 h1:dSfq/MVsY4w0Vsi6Lbs0IcQquMVqLdKLESAOZjuHdLg= +mvdan.cc/sh/v3 v3.13.0/go.mod h1:KV1GByGPc/Ho0X1E6Uz9euhsIQEj4hwyKnodLlFLoDM=