1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore(deps): bump mvdan.cc/sh/v3 from 3.6.0 to 3.7.0

Bumps [mvdan.cc/sh/v3](https://github.com/mvdan/sh) from 3.6.0 to 3.7.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.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: mvdan.cc/sh/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-30 00:41:16 +00:00
committed by Andrey Nering
parent 5eda349bbd
commit 82510a04af
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
golang.org/x/sync v0.3.0
golang.org/x/term v0.9.0
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/sh/v3 v3.6.0
mvdan.cc/sh/v3 v3.7.0
)
require (