gomuks/go.mod

48 lines
1.8 KiB
Modula-2
Raw Normal View History

module maunium.net/go/gomuks
2022-03-06 21:19:40 +01:00
go 1.17
2019-03-26 21:09:10 +01:00
require (
2022-03-06 21:19:40 +01:00
github.com/alecthomas/chroma v0.10.0
2020-02-18 19:38:35 +01:00
github.com/disintegration/imaging v1.6.2
2022-03-06 21:19:40 +01:00
github.com/gabriel-vasile/mimetype v1.4.0
github.com/kyokomi/emoji/v2 v2.2.9
github.com/lithammer/fuzzysearch v1.1.3
2021-03-11 21:46:44 +01:00
github.com/lucasb-eyer/go-colorful v1.2.0
2021-12-07 13:12:44 +01:00
github.com/mattn/go-runewidth v0.0.13
2022-03-06 21:19:40 +01:00
github.com/mattn/go-sqlite3 v1.14.12
2021-03-11 21:46:44 +01:00
github.com/rivo/uniseg v0.2.0
github.com/russross/blackfriday/v2 v2.1.0
2022-03-06 21:19:40 +01:00
github.com/sasha-s/go-deadlock v0.3.1
github.com/zyedidia/clipboard v1.0.3
2022-03-06 21:19:40 +01:00
go.etcd.io/bbolt v1.3.6
2022-04-15 11:53:09 +02:00
go.mau.fi/cbind v0.0.0-20220415094356-e1d579b7925e
go.mau.fi/mauview v0.1.4-0.20220415094128-878f45cf0adf
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
2019-06-06 17:32:35 +02:00
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
2022-03-06 21:19:40 +01:00
gopkg.in/vansante/go-ffprobe.v2 v2.0.3
2022-04-15 11:53:09 +02:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
maunium.net/go/mautrix v0.10.13-0.20220409135345-cbe2dbaef0e9
)
2022-03-06 21:19:40 +01:00
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
2022-03-06 21:19:40 +01:00
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
2022-04-15 11:53:09 +02:00
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
2022-03-06 21:19:40 +01:00
golang.org/x/text v0.3.7 // indirect
2022-04-15 11:53:09 +02:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2022-03-06 21:19:40 +01:00
maunium.net/go/maulogger/v2 v2.3.2 // indirect
)