We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe98fe1 commit 92f9850Copy full SHA for 92f9850
cli/go-git/go.mod
@@ -30,3 +30,5 @@ require (
30
golang.org/x/tools v0.13.0 // indirect
31
gopkg.in/warnings.v0 v0.1.2 // indirect
32
)
33
+
34
+replace github.com/go-git/go-git/v5 => github.com/traidare/go-git/v5 latest
go.mod
@@ -45,3 +45,5 @@ require (
45
46
gopkg.in/yaml.v3 v3.0.1 // indirect
47
48
49
0 commit comments