diff options
Diffstat (limited to 'http/handler_test.go')
-rw-r--r-- | http/handler_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http/handler_test.go b/http/handler_test.go index 706e9eb..453e3e7 100644 --- a/http/handler_test.go +++ b/http/handler_test.go @@ -7,8 +7,8 @@ import ( "net/http/httptest" "testing" - g "github.com/maragudk/gomponents" - ghttp "github.com/maragudk/gomponents/http" + g "maragu.dev/gomponents" + ghttp "maragu.dev/gomponents/http" ) func TestAdapt(t *testing.T) { |