add login form

This commit is contained in:
2026-02-24 20:07:20 -05:00
parent 0d5cc4d21f
commit 2b6644e0a4
9 changed files with 122 additions and 32 deletions
+3 -4
View File
@@ -2,9 +2,8 @@ module go-weather
go 1.25.6
require github.com/lib/pq v1.11.1
require (
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
golang.org/x/crypto v0.48.0 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/lib/pq v1.11.1
golang.org/x/crypto v0.48.0
)