diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |
