diff options
| author | Jeff Carr <[email protected]> | 2024-12-12 02:07:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-12 02:07:25 -0600 |
| commit | adddfad2b7418dcaec4bd6c97219b72774fe0cac (patch) | |
| tree | 1ca72792c1aa77374685482222c5bb7aca8e8f56 /goDep.redoGoMod.go | |
| parent | a0b6a435a7c9789f0972321468c5d9a6c19444d2 (diff) | |
increment target version
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() |
