Fast Link Checker for Markdown and HTML in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
462 B

module github.com/raviqqe/liche
go 1.15
require (
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/fatih/color v1.9.0
github.com/golangci/golangci-lint v1.31.0 // indirect
github.com/kr/text v0.2.0
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/valyala/fasthttp v1.16.0
golang.org/x/net v0.0.0-20200904194848-62affa334b73
)