2019-01-11 22:28:47 +01:00
|
|
|
module maunium.net/go/gomuks
|
|
|
|
|
2020-02-18 19:38:35 +01:00
|
|
|
go 1.13
|
2019-03-26 21:09:10 +01:00
|
|
|
|
2019-01-11 22:28:47 +01:00
|
|
|
require (
|
2020-02-18 19:38:35 +01:00
|
|
|
github.com/alecthomas/chroma v0.7.1
|
|
|
|
github.com/disintegration/imaging v1.6.2
|
2019-03-26 21:09:10 +01:00
|
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
2020-02-18 19:38:35 +01:00
|
|
|
github.com/lithammer/fuzzysearch v1.1.0
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
|
|
|
github.com/mattn/go-runewidth v0.0.8
|
2019-04-27 14:02:52 +02:00
|
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
2020-02-18 19:38:35 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-04-27 14:02:52 +02:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
2020-02-18 19:38:35 +01:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-06-16 14:27:46 +02:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
2020-02-18 19:38:35 +01:00
|
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
2019-06-06 17:32:35 +02:00
|
|
|
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
|
2020-02-18 19:38:35 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2020-02-20 20:56:03 +01:00
|
|
|
maunium.net/go/mautrix v0.1.0-alpha.3.0.20200220001222-8dc3dd5d538d
|
2020-02-19 23:25:16 +01:00
|
|
|
maunium.net/go/mauview v0.0.0-20200219222453-b984e20438e6
|
2020-02-18 19:38:35 +01:00
|
|
|
maunium.net/go/tcell v1.1.2-0.20200218183045-87c4a25c5b09
|
2019-01-11 22:28:47 +01:00
|
|
|
)
|