chore: re-upgrade via to v0.15.1
All checks were successful
Deploy c4 / deploy (push) Successful in 43s

The login bug was caused by missing RenewToken(), not the via update.
This commit is contained in:
Ryan Hamamura
2026-02-13 11:43:31 -10:00
parent deff9b3859
commit 08c20a1732
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.0
github.com/ryanhamamura/via v0.15.1
golang.org/x/crypto v0.47.0
modernc.org/sqlite v1.44.0
)