diff options
Diffstat (limited to 'goDep.redoGoMod.go')
| -rw-r--r-- | goDep.redoGoMod.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goDep.redoGoMod.go b/goDep.redoGoMod.go index 6aeb298..8406fd4 100644 --- a/goDep.redoGoMod.go +++ b/goDep.redoGoMod.go @@ -83,7 +83,7 @@ func (repo *Repo) PublishedLen() int { } // returns true if the last published -func (all *Repos) GoDepsChanged(repo *Repo) (bool, error) { +func (all *Repos) GoDepsChangedOld(repo *Repo) (bool, error) { var upgrade bool = false if repo.GoDeps == nil { repo.RedoGoMod() |
