Skip to content

Commit 5bfeed1

Browse files
chore(deps): bump mvdan.cc/sh/v3 from 3.12.0 to 3.13.1
Bumps [mvdan.cc/sh/v3](https://github.com/mvdan/sh) from 3.12.0 to 3.13.1. - [Release notes](https://github.com/mvdan/sh/releases) - [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md) - [Commits](mvdan/sh@v3.12.0...v3.13.1) --- updated-dependencies: - dependency-name: mvdan.cc/sh/v3 dependency-version: 3.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 232a6c5 commit 5bfeed1

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/flashcatcloud/flashduty-runner
22

3-
go 1.24.0
4-
5-
toolchain go1.24.6
3+
go 1.25.0
64

75
require (
86
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
@@ -12,7 +10,7 @@ require (
1210
github.com/modelcontextprotocol/go-sdk v1.2.0
1311
github.com/spf13/cobra v1.8.1
1412
github.com/stretchr/testify v1.9.0
15-
mvdan.cc/sh/v3 v3.12.0
13+
mvdan.cc/sh/v3 v3.13.1
1614
)
1715

1816
require (
@@ -26,7 +24,6 @@ require (
2624
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
2725
golang.org/x/net v0.47.0 // indirect
2826
golang.org/x/oauth2 v0.30.0 // indirect
29-
golang.org/x/tools v0.38.0 // indirect
3027
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3128
gopkg.in/yaml.v3 v3.0.1 // indirect
3229
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogR
5959
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
6060
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
6161
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
62-
mvdan.cc/sh/v3 v3.12.0 h1:ejKUR7ONP5bb+UGHGEG/k9V5+pRVIyD+LsZz7o8KHrI=
63-
mvdan.cc/sh/v3 v3.12.0/go.mod h1:Se6Cj17eYSn+sNooLZiEUnNNmNxg0imoYlTu4CyaGyg=
62+
mvdan.cc/sh/v3 v3.13.1 h1:DP3TfgZhDkT7lerUdnp6PTGKyxxzz6T+cOlY/xEvfWk=
63+
mvdan.cc/sh/v3 v3.13.1/go.mod h1:lXJ8SexMvEVcHCoDvAGLZgFJ9Wsm2sulmoNEXGhYZD0=

0 commit comments

Comments
 (0)