Updated module path
This commit is contained in:
parent
cb8aacf9b8
commit
b8b0fbb57e
11 changed files with 17 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue