revert: downgrade via to v0.15.0 to debug login regression
All checks were successful
Deploy c4 / deploy (push) Successful in 4s

Login on deployed server stopped persisting session data after the
v0.15.1 update. Reverting to isolate whether the via update caused it.
This commit is contained in:
Ryan Hamamura
2026-02-13 11:29:17 -10:00
parent f238e126d3
commit 645d958041
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/pressly/goose/v3 v3.26.0
github.com/ryanhamamura/via v0.15.1
github.com/ryanhamamura/via v0.15.0
golang.org/x/crypto v0.47.0
modernc.org/sqlite v1.44.0
)