use local arg

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-07 19:24:45 -06:00
parent 827372ddbc
commit e2e4726ef7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package debugger
// initializes logging and command line options
import (
arg "github.com/alexflint/go-arg"
"go.wit.com/arg"
"go.wit.com/log"
)