Updated module path

This commit is contained in:
2025-02-25 16:48:09 +01:00
parent a4177508f1
commit 4b3560d0cf
12 changed files with 27 additions and 27 deletions

@ -3,9 +3,9 @@ package send_test
import (
"testing"
"git.akyoto.dev/go/assert"
"git.akyoto.dev/go/web"
"git.akyoto.dev/go/web/send"
"git.urbach.dev/go/assert"
"git.urbach.dev/go/web"
"git.urbach.dev/go/web/send"
)
func TestContentTypes(t *testing.T) {