feat(template): add Templating functionality and endpoint
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user