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

View File

@@ -6,8 +6,8 @@ import (
"log"
"time"
"github.com/go-via/via"
"github.com/go-via/via/h"
"github.com/ryanhamamura/via"
"github.com/ryanhamamura/via/h"
_ "github.com/mattn/go-sqlite3"
)