summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index 707538f..e42476e 100644
--- a/args.go
+++ b/args.go
@@ -3,7 +3,7 @@ package debugger
// initializes logging and command line options
import (
- "go.wit.com/arg"
+ "go.wit.com/dev/alexflint/arg"
"go.wit.com/log"
)