Update module path to git.bonsai.cool/kayprish/ck
This commit is contained in:
parent
cc6e52d352
commit
001ac47315
4
Main.go
4
Main.go
|
@ -7,8 +7,8 @@ import (
|
||||||
|
|
||||||
"github.com/gdamore/tcell/v2"
|
"github.com/gdamore/tcell/v2"
|
||||||
|
|
||||||
"gitlab.com/tvrdosrz/ck/drw"
|
"git.bonsai.cool/kayprish/ck/drw"
|
||||||
"gitlab.com/tvrdosrz/ck/util"
|
"git.bonsai.cool/kayprish/ck/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -4,7 +4,8 @@ import (
|
||||||
"unicode/utf8"
|
"unicode/utf8"
|
||||||
|
|
||||||
"github.com/gdamore/tcell/v2"
|
"github.com/gdamore/tcell/v2"
|
||||||
"gitlab.com/tvrdosrz/ck/util"
|
|
||||||
|
"git.bonsai.cool/kayprish/ck/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
@ -6,7 +6,7 @@ import (
|
||||||
|
|
||||||
"github.com/gdamore/tcell/v2"
|
"github.com/gdamore/tcell/v2"
|
||||||
|
|
||||||
"gitlab.com/tvrdosrz/ck/util"
|
"git.bonsai.cool/kayprish/ck/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue