about summary refs log tree commit diff
path: root/ops/kontemplate/templater
AgeCommit message (Collapse)AuthorFilesLines
2024-06-10 r/8235 chore(kontemplate): Migrate to Go modulesMoritz Sanft1-1/+1
This switches to [Go modules](https://go.dev/blog/using-go-modules), which have now been the standard for dependency management in Go codebases for a while. In addition to initializing a new Go module, it also updates the paths of some gopkg.in dependencies, which are deprecated as well. Change-Id: Ie5c9faa415a65ab76cbe59f4afb437a9250be392 Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> Reviewed-on: https://cl.tvl.fyi/c/depot/+/11773 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
2021-12-19 r/3311 style: format all Go codeVincent Ambo1-1/+1
The code in //users/wpcarro/tools/monzo_ynab/ynab/client.go was not valid Go and has been commented out. Change-Id: Icb4003607f30294dcbf60132eb7722702c7f0d84 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4400 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de>
2019-12-20 chore(kontemplate): Prepare kontemplate for depot-mergeVincent Ambo7-0/+513
This merge will not yet include moving over to buildGo.nix, as support for testing and such is not present in that library yet.