2019-01-11 22:28:47 +01:00
|
|
|
module maunium.net/go/gomuks
|
|
|
|
|
2019-03-26 21:09:10 +01:00
|
|
|
go 1.12
|
|
|
|
|
2019-01-11 22:28:47 +01:00
|
|
|
require (
|
2019-03-26 21:09:10 +01:00
|
|
|
github.com/disintegration/imaging v1.6.0
|
|
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
2019-01-11 22:28:47 +01:00
|
|
|
github.com/lithammer/fuzzysearch v1.0.2
|
2019-03-26 21:09:10 +01:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.1
|
2019-01-11 22:28:47 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2019-03-26 21:09:10 +01:00
|
|
|
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
|
2019-03-28 22:28:27 +01:00
|
|
|
golang.org/x/net v0.0.0-20190327214358-63eda1eb0650
|
2019-01-11 22:28:47 +01:00
|
|
|
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-03-25 23:37:35 +01:00
|
|
|
maunium.net/go/mauview v0.0.0-20190325223341-4c387be4b686
|
2019-01-11 23:35:42 +01:00
|
|
|
maunium.net/go/tcell v0.0.0-20190111223412-5e74142cb009
|
2019-01-11 22:28:47 +01:00
|
|
|
)
|
2019-03-26 21:09:10 +01:00
|
|
|
|
|
|
|
replace maunium.net/go/mautrix => ../mautrix-go
|
|
|
|
|
|
|
|
replace maunium.net/go/tcell => ../../Go/tcell
|
|
|
|
|
|
|
|
replace maunium.net/go/mauview => ../../Go/mauview
|