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" )