(dep models.Dependency)
| 25 | } |
| 26 | |
| 27 | func CloneCacheNative(dep models.Dependency) *git2.Repository { |
| 28 | msg.Info("Downloading dependency %s", dep.Repository) |
| 29 | getWrapperClone(dep) |
| 30 | return GetRepository(dep) |
| 31 | } |
| 32 | |
| 33 | func UpdateCacheNative(dep models.Dependency) *git2.Repository { |
| 34 | getWrapperFetch(dep) |
no test coverage detected