aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-01-14 13:01:54 +0100
committerMichael Muré <batolettre@gmail.com>2023-01-14 13:01:54 +0100
commit03dcd7eea29c86a7e2e5056554649c1327f198cb (patch)
tree7cd753a131be66fde7a3a495785097de14c0b3d6 /go.mod
parentfc266b733cf0ea794209031e3500ab3f86db6cee (diff)
downloadgit-bug-03dcd7eea29c86a7e2e5056554649c1327f198cb.tar.gz
repo: temporary use a fork of go-git due to https://github.com/go-git/go-git/pull/659
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 57896eb3..aefd4455 100644
--- a/go.mod
+++ b/go.mod
@@ -35,6 +35,9 @@ require (
golang.org/x/text v0.6.0
)
+// https://github.com/go-git/go-git/pull/659
+replace github.com/go-git/go-git/v5 => github.com/MichaelMure/go-git/v5 v5.1.1-0.20230114115943-17400561a81c
+
require (
github.com/cloudflare/circl v1.3.1 // indirect
github.com/lithammer/dedent v1.1.0 // indirect