mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 13:30:26 +00:00
11 lines
204 B
Modula-2
11 lines
204 B
Modula-2
module github.com/bouncepaw/mycorrhiza
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.2.2
|
|
github.com/gorilla/feeds v1.1.1
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/valyala/quicktemplate v1.6.3
|
|
)
|