change module name to new upstream
This commit is contained in:
parent
6c66b32396
commit
f7e904c6a4
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"math"
|
"math"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"codeberg.org/lobo/nanite/widgets/pager"
|
"git.rhzm.org/lobo/nanite/widgets/pager"
|
||||||
"git.sr.ht/~rockorager/vaxis"
|
"git.sr.ht/~rockorager/vaxis"
|
||||||
"git.sr.ht/~rockorager/vaxis/widgets/textinput"
|
"git.sr.ht/~rockorager/vaxis/widgets/textinput"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
||||||
module codeberg.org/lobo/nanite
|
module git.rhzm.org/lobo/nanite
|
||||||
|
|
||||||
go 1.24.4
|
go 1.24.4
|
||||||
|
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -11,7 +11,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"codeberg.org/lobo/nanite/widgets/pager"
|
"git.rhzm.org/lobo/nanite/widgets/pager"
|
||||||
|
|
||||||
"git.sr.ht/~rockorager/vaxis"
|
"git.sr.ht/~rockorager/vaxis"
|
||||||
"git.sr.ht/~rockorager/vaxis/widgets/textinput"
|
"git.sr.ht/~rockorager/vaxis/widgets/textinput"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue