Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency to gitremote #434

Merged
merged 3 commits into from
Jul 3, 2019
Merged

Conversation

EtienneM
Copy link
Member

@EtienneM EtienneM commented Jul 3, 2019

Fix #432

@EtienneM EtienneM marked this pull request as ready for review July 3, 2019 08:05
@EtienneM EtienneM requested a review from Soulou July 3, 2019 08:05
}
}

return repos
}

func scalingoRemotes(directory string) (gitremote.Remotes, error) {
matchedRemotes := make(gitremote.Remotes, 0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure there is no regression here as the 'matchedRemotes' filter has been deleted?

@Soulou
Copy link
Member

Soulou commented Jul 3, 2019

"gopkg.in/src-d/go-git.v4/config" has not been added to dep/vendored

@EtienneM
Copy link
Member Author

EtienneM commented Jul 3, 2019

"gopkg.in/src-d/go-git.v4/config" has not been added to dep/vendored

It is already in the vendor folder

@EtienneM EtienneM force-pushed the fix/432/remove_gitremote_dependency branch from 3da1dd2 to de205ab Compare July 3, 2019 09:23
@EtienneM EtienneM requested a review from Soulou July 3, 2019 09:23
@Soulou Soulou merged commit e3d4c05 into master Jul 3, 2019
@EtienneM EtienneM deleted the fix/432/remove_gitremote_dependency branch July 3, 2019 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency to github.com/Scalingo/go-gitremote
2 participants