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

12 lines
242 B
Modula-2
Raw Normal View History

2020-06-12 16:22:02 +00:00
module github.com/bouncepaw/mycorrhiza
go 1.14
2020-08-31 17:52:26 +00:00
2020-11-14 14:46:04 +00:00
require (
github.com/adrg/xdg v0.2.2
github.com/gorilla/feeds v1.1.1
2021-01-02 20:52:23 +00:00
github.com/hashicorp/go-memdb v1.3.0
github.com/kr/pretty v0.2.1 // indirect
2020-11-14 14:46:04 +00:00
github.com/valyala/quicktemplate v1.6.3
)