From cf6870c2d1e0c766836fbb7642a0b2f68e2199ff Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 9 Aug 2022 18:13:59 -0400 Subject: [PATCH] fix(dep): exclude go-diff@v1.2.0 --- go.mod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/go.mod b/go.mod index 4a1da9abdcec5761f469441429ef5ad471585f24..6fdc36cd1199c32a76ce2896afd9724678b60065 100644 --- a/go.mod +++ b/go.mod @@ -73,3 +73,6 @@ require ( golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect ) + +// see https://github.com/sergi/go-diff/issues/123 +exclude github.com/sergi/go-diff v1.2.0