mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
12 lines
376 B
Modula-2
12 lines
376 B
Modula-2
|
module github.com/gomarkdown/markdown
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/dvyukov/go-fuzz v0.0.0-20191022152526-8cb203812681 // indirect
|
||
|
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
|
||
|
github.com/stephens2424/writerset v1.0.2 // indirect
|
||
|
golang.org/dl v0.0.0-20190829154251-82a15e2f2ead // indirect
|
||
|
golang.org/x/tools v0.0.0-20191109212701-97ad0ed33101 // indirect
|
||
|
)
|