aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 1934c0d317684c478b989ce7c7947c25009623d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module maunium.net/go/gomuks

require (
	github.com/disintegration/imaging v1.5.0
	github.com/kyokomi/emoji v2.0.0+incompatible
	github.com/lithammer/fuzzysearch v1.0.2
	github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08
	github.com/mattn/go-runewidth v0.0.4
	github.com/russross/blackfriday/v2 v2.0.1
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
	github.com/zyedidia/clipboard v0.0.0-20180718195219-bd31d747117d
	golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
	golang.org/x/net v0.0.0-20190110200230-915654e7eabc
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
	gopkg.in/yaml.v2 v2.2.2
	maunium.net/go/mautrix v0.1.0-alpha.3
	maunium.net/go/tcell v0.0.0-20190111223412-5e74142cb009
	maunium.net/go/tview v0.0.0-20190111223510-de38190b095b
)