about summary refs log tree commit diff
path: root/deps.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-09-04 chore: Update dependency versionsVincent Ambo1-53/+53
2018-08-15 chore(build): Update dependencies to newest versionVincent Ambo1-24/+24
Updates the following dependencies to latest: * Masterminds/semver * Masterminds/sprig * ghodss/yaml * satori/go.uuid -> google/uuid * huandu/xstrings * imdario/mergo * crypto * alecthomas/kingpin.v2 * yaml.v2 As usual Go libraries are YOLO-versioned, so who knows what changed here. I'll be going through `sprig` at least to add that to the changelog. This relates to #152.
2018-03-09 refactor: Remove old error handling libraryVincent Ambo1-9/+0
Removes the old error handling library and switches to plain fmt.Errorf calls. There are several reasons for this: * There are no useful types or handling here anyways, so output format is the only priority. * Users don't care about getting stacktraces. * My emotional wellbeing. Fin de siècle.
2018-03-09 refactor(build): Add Nix derivation & configure Travis to build itVincent Ambo1-0/+120
Adds a Nix-derivation for building kontemplate with dependencies pinned in Nix.