feat(template): add Templating functionality and endpoint
All checks were successful
build / Go-Build (push) Successful in 1m38s
build / Go-Build (pull_request) Successful in 39s

This commit is contained in:
2026-02-09 11:09:19 +01:00
parent de3ba44093
commit 205b70eeab
7 changed files with 208 additions and 9 deletions

4
go.mod
View File

@@ -2,10 +2,12 @@ module tomatentum.net/svg-templater
go 1.24.9
require github.com/glebarez/go-sqlite v1.22.0
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/hymkor/exregexp-go v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/sys v0.15.0 // indirect