Updated module path

This commit is contained in:
2025-02-25 16:37:15 +01:00
parent 1ef7d85db5
commit 1b0b4cb28f
11 changed files with 17 additions and 17 deletions

View File

@ -3,7 +3,7 @@ package ansi
import (
"fmt"
"git.akyoto.dev/go/color"
"git.urbach.dev/go/color"
)
// Code represents an ANSI escape code.

View File

@ -3,8 +3,8 @@ package ansi_test
import (
"testing"
"git.akyoto.dev/go/color"
"git.akyoto.dev/go/color/ansi"
"git.urbach.dev/go/color"
"git.urbach.dev/go/color/ansi"
)
func TestPrintRaw(t *testing.T) {