This commit is contained in:
2026-03-04 18:23:00 +03:00
parent b81df5866b
commit 205d9cf8b0
15 changed files with 439 additions and 165 deletions

16
go.mod
View File

@@ -1,5 +1,17 @@
module Hyst2Auth
module Hyst2Node
go 1.26
require github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/lib/pq v1.11.2
github.com/vinovest/sqlx v1.7.2
gopkg.in/yaml.v3 v3.0.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
)