initial commit

This commit is contained in:
2025-09-24 00:01:06 +02:00
parent 3a93f48397
commit 26bca77a03
12 changed files with 759 additions and 0 deletions

19
go.mod Normal file
View File

@@ -0,0 +1,19 @@
module github.com/tlinden/ts
go 1.23.0
toolchain go1.23.5
require (
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/ijt/go-anytime v1.9.2 // indirect
github.com/ijt/goparsify v0.0.0-20221203142333-3a5276334b8d // indirect
github.com/itlightning/dateparse v0.2.1 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/knadh/koanf/maps v0.1.2 // indirect
github.com/knadh/koanf/providers/posflag v1.0.1 // indirect
github.com/knadh/koanf/v2 v2.3.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
)