initial commit

This commit is contained in:
2026-03-05 12:21:18 +03:00
commit 992db80ea3
16 changed files with 623 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module Hyst2API
go 1.26
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.11.2
github.com/vinovest/sqlx v1.7.2
)
require github.com/muir/sqltoken v0.1.0 // indirect