mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
10 lines
223 B
Modula-2
10 lines
223 B
Modula-2
module github.com/bouncepaw/mycorrhiza
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725
|
|
github.com/gorilla/mux v1.7.4
|
|
mvdan.cc/gogrep v0.0.0-20200420132841-24e8804e5b3c // indirect
|
|
)
|