deps: update ryanhamamura/via to v0.23.0
All checks were successful
Deploy c4 / deploy (push) Successful in 57s

Remove ContextSuspendAfter and ContextTTL options, which were
deleted upstream. Contexts now persist until SSE close beacon
or server shutdown.
This commit is contained in:
Ryan Hamamura
2026-02-20 12:06:51 -10:00
parent 73b6e3bcc5
commit 91b5f2b80c
3 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.21.2
github.com/ryanhamamura/via v0.23.0
golang.org/x/crypto v0.47.0
modernc.org/sqlite v1.44.0
)