fix(commits): don't break if commit is found and error happens on older commits and add better error message when git clone --depth is used

This commit is contained in:
Nightapes
2019-10-08 20:46:57 +02:00
parent a69da92340
commit 74e895b5ad
2 changed files with 10 additions and 2 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/google/go-cmp v0.3.0 // indirect
github.com/google/go-github/v25 v25.1.3
github.com/kevinburke/ssh_config v0.0.0-20190630040420-2e50c441276c // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.3.0