We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2692e2 commit c630589Copy full SHA for c630589
go.mod
@@ -3,11 +3,9 @@ module github.com/gruntwork-io/git-xargs
3
go 1.14
4
5
require (
6
- github.com/go-git/go-git/v5 v5.3.0
+ github.com/go-git/go-git/v5 v5.6.1
7
github.com/golang/protobuf v1.4.3 // indirect
8
- github.com/google/go-github v17.0.0+incompatible // indirect
9
github.com/google/go-github/v43 v43.0.0
10
- github.com/google/go-github/v48 v48.0.0 // indirect
11
github.com/gruntwork-io/go-commons v0.8.2
12
github.com/pterm/pterm v0.12.42
13
github.com/sirupsen/logrus v1.7.0
0 commit comments