Updated module path
This commit is contained in:
@ -3,7 +3,7 @@ package ansi
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.akyoto.dev/go/color"
|
||||
"git.urbach.dev/go/color"
|
||||
)
|
||||
|
||||
// Code represents an ANSI escape code.
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user