working sub

This commit is contained in:
2026-03-05 12:21:32 +03:00
parent 205d9cf8b0
commit 951f3ab482
6 changed files with 65 additions and 14 deletions

2
go.mod
View File

@@ -8,10 +8,10 @@ require (
github.com/lib/pq v1.11.2
github.com/vinovest/sqlx v1.7.2
gopkg.in/yaml.v3 v3.0.1
github.com/joho/godotenv v1.5.1
)
require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/muir/list v1.2.1 // indirect
github.com/muir/sqltoken v0.4.0 // indirect
)