summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-04-15 05:05:27 -0500
committerJeff Carr <[email protected]>2024-04-15 05:05:27 -0500
commitc8aded73947a710e70d582731bdbaf1cb4b2ef11 (patch)
tree8dd28f325946f6b4b8aa71457bd657c1076ac4ea /main.go
parent0c8311467b35227c19b9d04302e4782887731d76 (diff)
minor goimport changes
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index d45509f..ac9959f 100644
--- a/main.go
+++ b/main.go
@@ -4,7 +4,7 @@ import (
"os"
"path/filepath"
- "github.com/alexflint/go-arg"
+ "go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
"go.wit.com/lib/gui/repolist"
"go.wit.com/lib/gui/shell"
@@ -143,7 +143,6 @@ func main() {
// rescan all the repos
me.repos.View.ScanRepositories()
-
myrepo.Status.MakeRedomod()
myrepo.Status.IncrementRevisionVersion(tmp)
_, err := me.repos.View.CheckValidGoSum(myrepo)