go.sum checking logic moving to guireleaser app
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3937902a7d
commit
118825e7a3
1
deps.go
1
deps.go
|
@ -38,7 +38,6 @@ func (rs *RepoStatus) GetGoDeps() GoConfig {
|
||||||
if currentversion != version {
|
if currentversion != version {
|
||||||
log.Info("\tREPO:", rs.String(), rs.realPath.String())
|
log.Info("\tREPO:", rs.String(), rs.realPath.String())
|
||||||
log.Info("\t version mismatch:", godep, version, currentversion)
|
log.Info("\t version mismatch:", godep, version, currentversion)
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
deps[godep] = version
|
deps[godep] = version
|
||||||
|
|
Loading…
Reference in New Issue