remove broken imports
This commit is contained in:
parent
68d9e387c9
commit
3272382a91
3 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,7 @@ package displaylist
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.eggactyl.cloud/Eggactyl/tui"
|
||||
"gitlab.com/omnibill/tui"
|
||||
)
|
||||
|
||||
type ListOptions struct {
|
||||
|
|
|
@ -2,7 +2,7 @@ package progress
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.eggactyl.cloud/Eggactyl/tui"
|
||||
"gitlab.com/omnibill/tui"
|
||||
"math"
|
||||
"regexp"
|
||||
"strconv"
|
||||
|
|
|
@ -2,8 +2,8 @@ package textinput
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.eggactyl.cloud/Eggactyl/tui"
|
||||
"git.eggactyl.cloud/Eggactyl/tui/validators"
|
||||
"gitlab.com/omnibill/tui"
|
||||
"gitlab.com/omnibill/tui/validators"
|
||||
|
||||
"golang.org/x/term"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue