pkg name change
This commit is contained in:
parent
a8863b1a0e
commit
08aa10f73b
|
@ -1,9 +1,9 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/sqshq/plot-try/app/config"
|
|
||||||
ui "github.com/sqshq/termui"
|
ui "github.com/sqshq/termui"
|
||||||
"github.com/sqshq/termui/widgets"
|
"github.com/sqshq/termui/widgets"
|
||||||
|
"github.com/sqshq/vcmd/app/config"
|
||||||
"log"
|
"log"
|
||||||
"math"
|
"math"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue