1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-03-04 02:28:19 +00:00
mycorrhiza/go.mod

12 lines
242 B
Modula-2
Raw Normal View History

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