summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@suse.com>2019-06-26 12:52:42 +0200
committerSascha Grunert <sgrunert@suse.com>2019-06-26 12:54:51 +0200
commit0ff622ee63dcbea7282df6a97cbfe5ee6b0ce6e6 (patch)
tree91539373848a6caff3933e354bc56e62177fe913 /go.mod
parentc9078936dd1bf5bdb59066eb1bdd179ac58f98e1 (diff)
downloadpodman-0ff622ee63dcbea7282df6a97cbfe5ee6b0ce6e6.tar.gz
podman-0ff622ee63dcbea7282df6a97cbfe5ee6b0ce6e6.tar.bz2
podman-0ff622ee63dcbea7282df6a97cbfe5ee6b0ce6e6.zip
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 <sgrunert@suse.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
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