Update module path to git.bonsai.cool/kayprish/ck

This commit is contained in:
Petar Kapriš 2024-07-21 00:36:02 +02:00
parent cc6e52d352
commit 001ac47315
4 changed files with 6 additions and 5 deletions

View file

@ -7,8 +7,8 @@ import (
"github.com/gdamore/tcell/v2"
"gitlab.com/tvrdosrz/ck/drw"
"gitlab.com/tvrdosrz/ck/util"
"git.bonsai.cool/kayprish/ck/drw"
"git.bonsai.cool/kayprish/ck/util"
)
func main() {

View file

@ -4,7 +4,8 @@ import (
"unicode/utf8"
"github.com/gdamore/tcell/v2"
"gitlab.com/tvrdosrz/ck/util"
"git.bonsai.cool/kayprish/ck/util"
)
var (

View file

@ -6,7 +6,7 @@ import (
"github.com/gdamore/tcell/v2"
"gitlab.com/tvrdosrz/ck/util"
"git.bonsai.cool/kayprish/ck/util"
)
const (

2
go.mod
View file

@ -1,4 +1,4 @@
module gitlab.com/tvrdosrz/ck
module git.bonsai.cool/kayprish/ck
go 1.22