mcchunkie/go.mod

15 lines
511 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
2021-03-28 14:22:05 -06:00
github.com/gomarkdown/markdown v0.0.0-20210208175418-bda154fe17d8
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210326220855-61e056675ecf
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
2020-05-10 08:31:21 -06:00
suah.dev/protect v1.0.0
)