From c8aded73947a710e70d582731bdbaf1cb4b2ef11 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Apr 2024 05:05:27 -0500 Subject: minor goimport changes --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') 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) -- cgit v1.2.3