feat: initial commit

This commit is contained in:
Lukas Werner
2025-08-30 13:06:28 -07:00
commit efee85cf31
23 changed files with 10414 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
module git.hafen.run/lukas/timeshare
go 1.25.0
require (
github.com/Oudwins/tailwind-merge-go v0.2.1 // indirect
github.com/a-h/templ v0.3.943 // indirect
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/valkey-io/valkey-go v1.0.64 // indirect
golang.org/x/sys v0.34.0 // indirect
)