aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-08-30 11:56:34 +0200
committerMichael Muré <batolettre@gmail.com>2020-09-29 20:42:21 +0200
commit9c1087e18d2b4f7d5d9f0e98136933d05ce13827 (patch)
tree7b2e8864877ef3f434adaeaa3e19b2d53d252c59 /go.mod
parent30d1640bf47fcd14b1d26e8f5965bb61ae61859f (diff)
downloadgit-bug-9c1087e18d2b4f7d5d9f0e98136933d05ce13827.tar.gz
repository: fix a todo in the gogit repo
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 77b3657f..cb22412c 100644
--- a/go.mod
+++ b/go.mod
@@ -32,3 +32,7 @@ require (
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/text v0.3.3
)
+
+// Use a forked go-git for now until https://github.com/go-git/go-git/pull/112 is merged
+// and released.
+replace github.com/go-git/go-git/v5 => github.com/MichaelMure/go-git/v5 v5.1.1-0.20200827115354-b40ca794fe33