mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-13 05:50:27 +00:00
17 lines
418 B
Modula-2
17 lines
418 B
Modula-2
module github.com/bouncepaw/mycorrhiza
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.4
|
|
mvdan.cc/gogrep v0.0.0-20200420132841-24e8804e5b3c // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/m4tty/cajun v0.0.0-20150303030909-35de273cc87b
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
gopkg.in/russross/blackfriday.v2 v2.0.1
|
|
)
|
|
|
|
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|