Skip to content

Commit 92f9850

Browse files
committed
change module path accordingly
1 parent fe98fe1 commit 92f9850

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cli/go-git/go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ require (
3030
golang.org/x/tools v0.13.0 // indirect
3131
gopkg.in/warnings.v0 v0.1.2 // indirect
3232
)
33+
34+
replace github.com/go-git/go-git/v5 => github.com/traidare/go-git/v5 latest

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ require (
4545
gopkg.in/warnings.v0 v0.1.2 // indirect
4646
gopkg.in/yaml.v3 v3.0.1 // indirect
4747
)
48+
49+
replace github.com/go-git/go-git/v5 => github.com/traidare/go-git/v5 latest

0 commit comments

Comments
 (0)