go-task/task

Migrate from `sprig` (`slim-sprig`) to `sprout`?

andreynering opened this issue · 1 comments

sprig is the library that we use for template functions. We forked it on slim-sprig because the original imports to many packages and also had many functions that do not make sense for a template (crypto functions, etc).

Today, I learned that there's an attempt fork sprig given it hasn't had any activity for over 2 years:

It's far from ready, but I decided to open this issue so we don't forget to take a look on how's the fork going in the near future.