use local go-arg for now

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-07 19:03:54 -06:00
parent 7ec476ab33
commit 281925f727
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
package gui
import (
arg "github.com/alexflint/go-arg"
"go.wit.com/arg"
"go.wit.com/log"
)