metal-stack / metal-lib

Common go packages used across the metal-stack microservices
MIT License
2 stars 1 forks source link

small sprig has a much smaller dependency tree #121

Closed majst01 closed 8 months ago

majst01 commented 9 months ago

mastermind/sprig seems unmaintained and still depends on unmaintained deps like mergo.

Also update all other deps

The `-o template` printer now utilizes a much slimmer dependency called `slim-sprig` that provides a smaller subset of the current sprig functions in templates. Some very complex template expression might not work anymore.