diff options
author | Sascha Grunert <sgrunert@suse.com> | 2019-06-26 12:52:42 +0200 |
---|---|---|
committer | Sascha Grunert <sgrunert@suse.com> | 2019-06-26 12:54:51 +0200 |
commit | 0ff622ee63dcbea7282df6a97cbfe5ee6b0ce6e6 (patch) | |
tree | 91539373848a6caff3933e354bc56e62177fe913 /go.mod | |
parent | c9078936dd1bf5bdb59066eb1bdd179ac58f98e1 (diff) | |
download | podman-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.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |