go.sum checking logic moving to guireleaser app

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-02 01:42:52 -06:00
parent 3937902a7d
commit 118825e7a3
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ func (rs *RepoStatus) GetGoDeps() GoConfig {
if currentversion != version {
log.Info("\tREPO:", rs.String(), rs.realPath.String())
log.Info("\t version mismatch:", godep, version, currentversion)
return nil
}
} else {
deps[godep] = version