summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--finalGoSumCheck.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/finalGoSumCheck.go b/finalGoSumCheck.go
index 81d6ead..930bbec 100644
--- a/finalGoSumCheck.go
+++ b/finalGoSumCheck.go
@@ -46,6 +46,10 @@ func (f *Forge) FinalGoDepsCheckOk(check *gitpb.Repo, verbose bool) bool {
good = false
continue
}
+ if depRepo.GetVersion() == found.GetMasterVersion() {
+ log.Printf("%-48s error ?? %10s vs %10s\n", depRepo.GetGoPath(), depRepo.GetVersion(), found.GetTargetVersion())
+ continue
+ }
// log.Info("found dep", depRepo.GetGoPath())
if depRepo.GetVersion() != found.GetTargetVersion() {
check := f.FindByGoPath(depRepo.GetGoPath())