mirror of https://github.com/nmasse-itix/liche.git
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.
19 lines
666 B
19 lines
666 B
module github.com/raviqqe/liche
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/fatih/color v1.7.0
|
|
github.com/klauspost/compress v1.10.2 // indirect
|
|
github.com/klauspost/cpuid v1.2.3 // indirect
|
|
github.com/kr/text v0.1.0
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/valyala/fasthttp v1.9.0
|
|
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
|
|
golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24 // indirect
|
|
)
|
|
|