about summary refs log tree commit diff stats
path: root/internal/assert/assert.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/assert/assert.go')
-rw-r--r--internal/assert/assert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/assert/assert.go b/internal/assert/assert.go
index 102a435..26479b2 100644
--- a/internal/assert/assert.go
+++ b/internal/assert/assert.go
@@ -5,7 +5,7 @@ import (
 	"strings"
 	"testing"
 
-	g "maragu.dev/gomponents"
+	g "go.alanpearce.eu/gomponents"
 )
 
 // Equal checks for equality between the given expected string and the rendered Node string.