2019-01-11 22:28:47 +01:00
|
|
|
module maunium.net/go/gomuks
|
|
|
|
|
2020-03-03 20:27:57 +01:00
|
|
|
go 1.14
|
2019-03-26 21:09:10 +01:00
|
|
|
|
2019-01-11 22:28:47 +01:00
|
|
|
require (
|
2020-09-04 17:09:41 +02:00
|
|
|
github.com/alecthomas/chroma v0.8.0
|
2020-02-18 19:38:35 +01:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-09-01 15:33:39 +02:00
|
|
|
github.com/gabriel-vasile/mimetype v1.1.1
|
2020-05-05 20:23:56 +02:00
|
|
|
github.com/kyokomi/emoji v2.2.2+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
|
2020-05-05 20:23:56 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
2020-06-07 23:31:34 +02:00
|
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
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
|
2020-03-20 13:32:29 +01:00
|
|
|
github.com/rivo/uniseg v0.1.0
|
|
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
2019-04-27 14:02:52 +02:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
2020-05-10 00:39:59 +02:00
|
|
|
github.com/zyedidia/clipboard v0.0.0-20200421031010-7c45b8673834
|
2020-05-05 20:23:56 +02:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
|
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
|
2020-09-04 17:09:41 +02:00
|
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
2019-06-06 17:32:35 +02:00
|
|
|
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
|
2020-09-02 01:12:09 +02:00
|
|
|
gopkg.in/vansante/go-ffprobe.v2 v2.0.2
|
2020-06-07 23:31:34 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-09-04 17:19:55 +02:00
|
|
|
maunium.net/go/mautrix v0.7.6
|
2020-05-06 19:01:08 +02:00
|
|
|
maunium.net/go/mauview v0.1.1
|
|
|
|
maunium.net/go/tcell v0.2.0
|
2019-01-11 22:28:47 +01:00
|
|
|
)
|