deps: update via to v0.15.0, remove vianats dependency

NATS is now built into via.New() automatically. Stores use the new
v.PubSub() accessor instead of the removed vianats package.
This commit is contained in:
Ryan Hamamura
2026-02-12 15:10:18 -10:00
parent 3d019fd948
commit d2ed3cffd9
3 changed files with 6 additions and 13 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.4.0
github.com/ryanhamamura/via v0.15.0
golang.org/x/crypto v0.47.0
modernc.org/sqlite v1.44.0
)