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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"gitlab.com/omnibill/tui"
|
||||||
"git.eggactyl.cloud/Eggactyl/tui"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type ListOptions struct {
|
type ListOptions struct {
|
||||||
|
|
|
@ -2,7 +2,7 @@ package progress
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.eggactyl.cloud/Eggactyl/tui"
|
"gitlab.com/omnibill/tui"
|
||||||
"math"
|
"math"
|
||||||
"regexp"
|
"regexp"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
|
@ -2,8 +2,8 @@ package textinput
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.eggactyl.cloud/Eggactyl/tui"
|
"gitlab.com/omnibill/tui"
|
||||||
"git.eggactyl.cloud/Eggactyl/tui/validators"
|
"gitlab.com/omnibill/tui/validators"
|
||||||
|
|
||||||
"golang.org/x/term"
|
"golang.org/x/term"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue