summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 14:51:18 -0600
committerJeff Carr <[email protected]>2024-01-14 14:51:18 -0600
commit785b6db6e7fc312a18da4352673027c2b91d3789 (patch)
tree49bc478c3eb01c8e8f1be41e5dba4f320599de02 /args.go
parent13c38d665a604c2ed0b2a151c877dec13e053b52 (diff)
minimal go mod filesv0.12.8
Signed-off-by: Jeff Carr <[email protected]>
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 cdb623e..c739f57 100644
--- a/args.go
+++ b/args.go
@@ -2,7 +2,7 @@ package gui
import (
"go.wit.com/log"
- "go.wit.com/dev/alexflint/go-arg"
+ "go.wit.com/dev/alexflint/arg"
)
var INFO *log.LogFlag