diff options
| author | Jeff Carr <[email protected]> | 2025-08-29 10:28:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-29 10:28:48 -0500 |
| commit | 96a32319c7c8a92c12a838ab56a4c56d2dffe80b (patch) | |
| tree | 274f7388bcaf1e71674dccf3cb58493f745973a1 /main.go | |
| parent | 65fe2fa9c117b509898133aaeda841a4b153e625 (diff) | |
minorv0.0.77
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,8 +19,8 @@ import ( "path/filepath" "strings" - "github.com/alexflint/go-arg" "github.com/go-cmd/cmd" + "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/fhelp" "go.wit.com/lib/gui/shell" "go.wit.com/log" |
