Initial commit with user management

This commit is contained in:
Magnus Åhall 2024-11-27 21:41:48 +01:00
commit a1a928e7cb
98 changed files with 13042 additions and 0 deletions

12
go.mod Normal file
View file

@ -0,0 +1,12 @@
module notes2
go 1.23.0
require (
git.gibonuddevalla.se/go/dbschema v1.3.1
git.gibonuddevalla.se/go/wrappederror v0.3.5
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/uuid v1.6.0
github.com/jmoiron/sqlx v1.4.0
github.com/lib/pq v1.10.9
)