summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 19:24:45 -0600
committerJeff Carr <[email protected]>2024-01-07 19:24:45 -0600
commite2e4726ef7de04023e6c15a9ce1474f246e8b978 (patch)
tree12bb05d84a13250f179630343e601964988e1b7a
parent827372ddbcfd254523ced638f3b6854a1b433f32 (diff)
use local arg
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index 65a2cb0..c3db742 100644
--- a/args.go
+++ b/args.go
@@ -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"
)