1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 22:00:27 +00:00
mycorrhiza/go.mod

10 lines
223 B
Modula-2
Raw Normal View History

2020-06-12 16:22:02 +00:00
module github.com/bouncepaw/mycorrhiza
go 1.14
require (
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725
2020-06-12 16:22:02 +00:00
github.com/gorilla/mux v1.7.4
mvdan.cc/gogrep v0.0.0-20200420132841-24e8804e5b3c // indirect
2020-06-12 16:22:02 +00:00
)