mirror of https://github.com/dirtbags/moth.git
10 lines
204 B
Modula-2
10 lines
204 B
Modula-2
|
module github.com/russross/blackfriday/v2
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/russross/blackfriday v2.0.0+incompatible
|
||
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||
|
gopkg.in/yaml.v2 v2.3.0
|
||
|
)
|