mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-13 05:50:27 +00:00
10 lines
164 B
Modula-2
10 lines
164 B
Modula-2
module github.com/bouncepaw/mycorrhiza
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
|
gopkg.in/ini.v1 v1.57.0
|
|
)
|