From 0ff622ee63dcbea7282df6a97cbfe5ee6b0ce6e6 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 26 Jun 2019 12:52:42 +0200 Subject: Remove unnecessary blackfriday dependency The version of blackfriday is causing that we cannot build go-md2man any more within CRI-O. This commit removes the dependency since is not needed at all. Signed-off-by: Sascha Grunert --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 49fcc4c22..12af82d1d 100644 --- a/go.mod +++ b/go.mod @@ -94,7 +94,6 @@ require ( github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7 // indirect github.com/prometheus/common v0.6.0 // indirect github.com/rogpeppe/fastuuid v1.1.0 // indirect - github.com/russross/blackfriday v2.0.0+incompatible // indirect github.com/seccomp/containers-golang v0.0.0-20190312124753-8ca8945ccf5f // indirect github.com/seccomp/libseccomp-golang v0.9.1 // indirect github.com/sirupsen/logrus v1.4.2 -- cgit v1.2.3-54-g00ecf