This commit is contained in:
lbenedar
2026-03-19 16:39:32 +03:00
parent eb6995eebd
commit 67360b7430
4 changed files with 193 additions and 12 deletions

1
go.mod
View File

@@ -5,5 +5,6 @@ go 1.25.0
require (
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/lib/pq v1.11.2 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/time v0.15.0 // indirect
)