1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/go.mod
2020-11-14 19:46:04 +05:00

9 lines
130 B
Modula-2

module github.com/bouncepaw/mycorrhiza
go 1.14
require (
github.com/adrg/xdg v0.2.2
github.com/valyala/quicktemplate v1.6.3
)