#73 change authorization

This commit is contained in:
2024-08-25 22:25:32 +02:00
parent 81548465e7
commit d854dae68f
19 changed files with 589 additions and 187 deletions

2
go.mod
View File

@@ -5,9 +5,11 @@ go 1.22.5
require (
github.com/a-h/templ v0.2.771
github.com/golang-migrate/migrate/v4 v4.17.1
github.com/google/uuid v1.4.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.22
github.com/prometheus/client_golang v1.20.2
golang.org/x/crypto v0.20.0
)
require (