mcchunkie/go.mod

13 lines
380 B
Modula-2
Raw Normal View History

2020-02-11 17:49:33 -07:00
module suah.dev/mcchunkie
2020-01-28 16:33:19 -07:00
go 1.13
require (
github.com/caneroj1/stemmer v0.0.0-20170128035808-c9f2ce1504d5
github.com/gomarkdown/markdown v0.0.0-20200127000047-1813ea067497
github.com/matrix-org/gomatrix v0.0.0-20200128155335-9e7906b6766d
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
2020-05-10 08:31:21 -06:00
suah.dev/protect v1.0.0
)