This commit is contained in:
lbenedar
2026-03-06 12:35:10 +03:00
parent 91f5a63366
commit 2824e51c29
7 changed files with 113 additions and 3 deletions

1
go.mod
View File

@@ -10,4 +10,5 @@ require (
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/justinas/alice v1.2.0 // indirect
golang.org/x/crypto v0.48.0 // indirect
)