gomuks/go.mod

24 lines
940 B
Modula-2
Raw Normal View History

module maunium.net/go/gomuks
2019-03-26 21:09:10 +01:00
go 1.12
require (
2019-03-26 21:09:10 +01:00
github.com/disintegration/imaging v1.6.0
github.com/kyokomi/emoji v2.1.0+incompatible
github.com/lithammer/fuzzysearch v1.0.2
2019-03-26 21:09:10 +01:00
github.com/lucasb-eyer/go-colorful v1.0.1
github.com/mattn/go-runewidth v0.0.4
2019-03-28 22:35:50 +01:00
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
go.etcd.io/bbolt v1.3.2
2019-04-06 17:02:42 +02:00
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect
2019-03-26 21:09:10 +01:00
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
2019-04-06 17:02:42 +02:00
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
gopkg.in/yaml.v2 v2.2.2
2019-03-28 22:28:27 +01:00
maunium.net/go/mautrix v0.1.0-alpha.3.0.20190328212757-5794ed367481
2019-04-06 17:02:42 +02:00
maunium.net/go/mauview v0.0.0-20190406150001-ad4a4e562f9e
maunium.net/go/tcell v0.0.0-20190406145848-d520315b0ddb
)