module maunium.net/go/gomuks go 1.17 require ( github.com/alecthomas/chroma v0.10.0 github.com/disintegration/imaging v1.6.2 github.com/gabriel-vasile/mimetype v1.4.0 github.com/kyokomi/emoji/v2 v2.2.9 github.com/lithammer/fuzzysearch v1.1.3 github.com/lucasb-eyer/go-colorful v1.2.0 github.com/mattn/go-runewidth v0.0.13 github.com/mattn/go-sqlite3 v1.14.12 github.com/rivo/uniseg v0.2.0 github.com/russross/blackfriday/v2 v2.1.0 github.com/sasha-s/go-deadlock v0.3.1 github.com/zyedidia/clipboard v1.0.3 go.etcd.io/bbolt v1.3.6 go.mau.fi/cbind v0.0.0-20220415094356-e1d579b7925e go.mau.fi/mauview v0.1.4-0.20220415105047-1b3ec9f6480e go.mau.fi/tcell v0.0.0-20220415093808-07c67d224693 golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 golang.org/x/net v0.0.0-20220412020605-290c469a71a5 gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 gopkg.in/vansante/go-ffprobe.v2 v2.0.3 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b maunium.net/go/mautrix v0.10.13-0.20220409135345-cbe2dbaef0e9 ) require ( github.com/dlclark/regexp2 v1.4.0 // indirect github.com/gdamore/encoding v1.0.0 // indirect github.com/gorilla/mux v1.8.0 // indirect github.com/gorilla/websocket v1.5.0 // indirect github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/tidwall/gjson v1.14.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect github.com/tidwall/sjson v1.2.4 // indirect golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect golang.org/x/text v0.3.7 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect maunium.net/go/maulogger/v2 v2.3.2 // indirect )