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

Migrate from sprig to slim-sprig

This commit is contained in:
Andrey Nering
2019-06-22 22:17:24 -03:00
parent abe0352de9
commit bd5fb9be03
3 changed files with 5 additions and 20 deletions

8
go.mod
View File

@@ -1,13 +1,7 @@
module github.com/go-task/task/v2
require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.16.0+incompatible
github.com/aokoli/goutils v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/huandu/xstrings v1.1.0 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/go-task/slim-sprig v0.0.0-20190623010546-24867827a98b
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-zglob v0.0.1
github.com/mitchellh/go-homedir v1.0.0