gomuks/go.mod

30 lines
1014 B
Modula-2

module maunium.net/go/gomuks
go 1.14
require (
github.com/alecthomas/chroma v0.8.2
github.com/disintegration/imaging v1.6.2
github.com/gabriel-vasile/mimetype v1.2.0
github.com/kyokomi/emoji/v2 v2.2.8
github.com/lithammer/fuzzysearch v1.1.1
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.9
github.com/mattn/go-sqlite3 v1.14.9
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/rivo/uniseg v0.2.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/sasha-s/go-deadlock v0.2.0
github.com/zyedidia/clipboard v1.0.3
go.etcd.io/bbolt v1.3.5
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
golang.org/x/net v0.0.0-20211020060615-d418f374d309
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/vansante/go-ffprobe.v2 v2.0.2
gopkg.in/yaml.v2 v2.4.0
maunium.net/go/mautrix v0.10.1
maunium.net/go/mauview v0.1.3
maunium.net/go/tcell v0.2.0
)