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

chore(deps): upgrade slim-sprig to v3.0.0 (#1329)

This commit is contained in:
Andrey Nering
2023-09-13 22:59:35 -03:00
committed by GitHub
parent 42ac242927
commit 72d77eb6c0
3 changed files with 4 additions and 6 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/fatih/color v1.15.0
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-zglob v0.0.4
github.com/mitchellh/hashstructure/v2 v2.0.2