Commit Graph

5 Commits

Author SHA1 Message Date
Robert Kaussow f39f868bc8
chore: switch to go1.19 (#16) 2022-08-05 13:18:35 +02:00
Robert Kaussow d179fcb6ca
adjust license header formatting 2021-09-18 19:21:41 +02:00
Robert Kaussow 16ca81c679
refactor: replace unsupported raymond package with handlebars/v3 (#2)
The raymond package appears to be abandoned. This changes to a supported
fork (handlebars/v3) that has Go module support, and has some
maintenance done. Additionally, updates to latest sprig package, and
changes the logic used to skip/avoid adding sprig helpers to handlebars
when the func has an unsupported return type.

Co-authored-by: Kenneth Shaw <kenshaw@gmail.com>
2021-09-18 17:14:54 +02:00
Don d68366605e Remove pkg/errors
Use the built in handling in Golang 1.13+.
2020-09-22 10:18:38 -07:00
Thomas Boerger 61fce6e289
Migrated initial version 2018-03-30 01:04:58 +02:00