fixed issue with hwsauth where table creation didnt work so user logins was broken if table didnt already exist

This commit is contained in:
2026-01-24 03:08:39 +11:00
parent f25bc437c4
commit 1c49b19197
4 changed files with 89 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ require (
git.haelnorr.com/h/golib/hlog v0.10.4
git.haelnorr.com/h/golib/hws v0.3.0
git.haelnorr.com/h/golib/jwt v0.10.1
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
)