mycorrhiza/go.mod
2021-01-03 01:52:23 +05:00

11 lines
201 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/hashicorp/go-memdb v1.3.0
github.com/valyala/quicktemplate v1.6.3
)