Skip to content

Commit

Permalink
fic
Browse files Browse the repository at this point in the history
  • Loading branch information
normatov07 committed Jan 3, 2025
1 parent 9fbcfaa commit 4b483e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"fmt"

"github.com/normatov13/iterm"
"github.com/normatov13/iterm/color"
"github.com/normatov07/iterm"
"github.com/normatov07/iterm/color"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/normatov13/iterm
module github.com/normatov07/iterm

go 1.23.4

Expand Down
4 changes: 2 additions & 2 deletions menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"strings"

"github.com/normatov13/iterm/cursor"
"github.com/normatov13/iterm/keypass"
"github.com/normatov07/iterm/cursor"
"github.com/normatov07/iterm/keypass"
)

type MenuData interface {
Expand Down
2 changes: 1 addition & 1 deletion text.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package iterm
import (
"fmt"

"github.com/normatov13/iterm/color"
"github.com/normatov07/iterm/color"
)

type Text struct {
Expand Down

0 comments on commit 4b483e6

Please sign in to comment.