gomuks/go.mod

47 lines
1.7 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 (
2021-12-07 14:17:33 +01:00
github.com/3nprob/cbind v0.0.0-20211207125121-3a585abdeddb
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
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
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
2021-03-11 21:46:44 +01:00
gopkg.in/yaml.v2 v2.4.0
2022-03-06 21:19:40 +01:00
maunium.net/go/mautrix v0.10.12-0.20220304130457-bca341a29b65
2021-12-07 13:12:44 +01:00
maunium.net/go/mauview v0.1.4-0.20211207121125-01ffaf935896
2020-05-06 19:01:08 +02:00
maunium.net/go/tcell v0.2.0
)
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.4.2 // 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
github.com/zyedidia/poller v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20220213190939-1e6e3497d506 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
maunium.net/go/maulogger/v2 v2.3.2 // indirect
)