diff options
author | Michael Muré <batolettre@gmail.com> | 2020-08-30 11:56:34 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-09-29 20:42:21 +0200 |
commit | 9c1087e18d2b4f7d5d9f0e98136933d05ce13827 (patch) | |
tree | 7b2e8864877ef3f434adaeaa3e19b2d53d252c59 /go.mod | |
parent | 30d1640bf47fcd14b1d26e8f5965bb61ae61859f (diff) | |
download | git-bug-9c1087e18d2b4f7d5d9f0e98136933d05ce13827.tar.gz |
repository: fix a todo in the gogit repo
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |