Add go dependencies for mdtoc
This commit is contained in:
parent
cb33c4ed26
commit
36959a4878
63 changed files with 12675 additions and 0 deletions
11
vendor/github.com/tallclair/mdtoc/go.mod
generated
vendored
Normal file
11
vendor/github.com/tallclair/mdtoc/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module github.com/tallclair/mdtoc
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
github.com/ekalinin/github-markdown-toc v0.0.0-20190514155158-83fadb60a7f1 // indirect
|
||||
github.com/gomarkdown/markdown v0.0.0-20190222000725-ee6a7931a1e4
|
||||
github.com/mmarkdown/mmark v2.0.40+incompatible
|
||||
github.com/stretchr/testify v1.3.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue