summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 19:03:54 -0600
committerJeff Carr <[email protected]>2024-01-07 19:03:54 -0600
commitdd7dec7ef65602866cb69f17f34c4f72ccdf384a (patch)
treea81a6a57b55fa4b90d1a4dd4d9cc905b695de0df
parentb3dfc689abe6699112518ddaf5e12aa87ef931f8 (diff)
use local go-arg for nowv0.11.1
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--args.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/args.go b/args.go
index 3be387f..dfd50e3 100644
--- a/args.go
+++ b/args.go
@@ -1,8 +1,7 @@
package gui
import (
- arg "github.com/alexflint/go-arg"
-
+ "go.wit.com/arg"
"go.wit.com/log"
)