Update textinput/text.go
This commit is contained in:
parent
d6c77ae8e0
commit
23540cb43f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ package textinput
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.shadowhosting.xyz/Eggactyl/tui"
|
||||
"git.shadowhosting.xyz/Eggactyl/tui/validators"
|
||||
"git.eggactyl.cloud/Eggactyl/tui"
|
||||
"git.eggactyl.cloud/Eggactyl/tui/validators"
|
||||
|
||||
"golang.org/x/term"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue