From 5ba79013ad6df25a7a58fe7a89f5a76d508eaa87 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Sat, 17 Apr 2021 20:27:08 +0000 Subject: [PATCH] Work around russross/blackfriday bug --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 379b78c..77af067 100644 --- a/go.mod +++ b/go.mod @@ -39,3 +39,5 @@ require ( ) replace github.com/dutchcoders/transfer.sh-web => gitea.arpa.li/ArchiveTeam/transfer.sh-web v0.0.0-20210210050940-b1786a55e170 +// https://github.com/russross/blackfriday/issues/500 +replace github.com/russross/blackfriday/v2 => gopkg.in/russross/blackfriday.v2 v2.0.1