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

@@ -4,7 +4,7 @@ import (
// "net/http/httptest"
"testing"
"github.com/go-via/via/h"
"github.com/ryanhamamura/via/h"
"github.com/stretchr/testify/assert"
)