Updated module path

This commit is contained in:
2025-02-25 16:51:04 +01:00
parent 809b89d689
commit 0b31c9f888
5 changed files with 14 additions and 14 deletions

View File

@ -3,8 +3,8 @@ package markdown_test
import (
"testing"
"git.akyoto.dev/go/assert"
"git.akyoto.dev/go/markdown"
"git.urbach.dev/go/assert"
"git.urbach.dev/go/markdown"
)
func TestEmpty(t *testing.T) {