add user authentication

This commit is contained in:
2026-03-16 20:18:37 +03:00
parent 1baa6a4806
commit 3a8bc6df2d
6 changed files with 175 additions and 7 deletions

4
go.mod
View File

@@ -1,9 +1,11 @@
module go-template
module image-storage
go 1.26.1
require (
github.com/jmoiron/sqlx v1.4.0
github.com/pressly/goose/v3 v3.27.0
golang.org/x/crypto v0.48.0
modernc.org/sqlite v1.46.1
)