mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 01:07:53 +00:00
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>
This commit is contained in:
parent
c9078936dd
commit
0ff622ee63
1 changed files with 0 additions and 1 deletions
1
go.mod
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue