From 03dcd7eea29c86a7e2e5056554649c1327f198cb Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 14 Jan 2023 13:01:54 +0100 Subject: repo: temporary use a fork of go-git due to https://github.com/go-git/go-git/pull/659 --- go.mod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'go.mod') 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 -- cgit