chore: rename module to github.com/ryanhamamura/via

Update module path and all internal imports to use the new repository location.
This commit is contained in:
Ryan Hamamura
2026-01-14 10:47:11 -10:00
parent d4b831492e
commit c77ccc0796
19 changed files with 31 additions and 39 deletions

2
via.go
View File

@@ -22,7 +22,7 @@ import (
"sync"
"github.com/alexedwards/scs/v2"
"github.com/go-via/via/h"
"github.com/ryanhamamura/via/h"
"github.com/starfederation/datastar-go/datastar"
)