2019-01-11 22:28:47 +01:00
|
|
|
module maunium.net/go/gomuks
|
|
|
|
|
2019-06-06 17:32:35 +02:00
|
|
|
go 1.11
|
2019-03-26 21:09:10 +01:00
|
|
|
|
2019-01-11 22:28:47 +01:00
|
|
|
require (
|
2019-04-07 19:13:23 +02:00
|
|
|
github.com/alecthomas/chroma v0.6.3
|
2019-04-27 14:02:21 +02:00
|
|
|
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
|
2019-03-26 21:09:10 +01:00
|
|
|
github.com/disintegration/imaging v1.6.0
|
2019-06-06 17:32:35 +02:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-03-26 21:09:10 +01:00
|
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
2019-01-11 22:28:47 +01:00
|
|
|
github.com/lithammer/fuzzysearch v1.0.2
|
2019-04-27 14:02:21 +02:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.2
|
2019-06-06 17:32:35 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.8 // indirect
|
2019-01-11 22:28:47 +01:00
|
|
|
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
|
2019-04-27 14:02:52 +02:00
|
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
2019-06-15 00:11:51 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-04-27 14:02:52 +02:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
2019-06-06 17:32:35 +02:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-06-16 14:27:46 +02:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
|
|
|
golang.org/x/image v0.0.0-20190616094056-33659d3de4f5
|
|
|
|
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
|
|
|
|
golang.org/x/sys v0.0.0-20190614160838-b47fdc937951 // indirect
|
2019-04-27 14:02:21 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-05-12 16:34:47 +02:00
|
|
|
gopkg.in/russross/blackfriday.v2 v2.0.1
|
2019-06-06 17:32:35 +02:00
|
|
|
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
|
2019-01-11 22:28:47 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-06-21 22:23:21 +02:00
|
|
|
maunium.net/go/mautrix v0.1.0-alpha.3.0.20190621202236-a465f0da5c5e
|
2019-06-22 20:43:43 +02:00
|
|
|
maunium.net/go/mauview v0.0.0-20190622184322-29d5817be32b
|
|
|
|
maunium.net/go/tcell v0.0.0-20190622184231-1bfeebfb5c2d
|
2019-01-11 22:28:47 +01:00
|
|
|
)
|
2019-05-12 16:34:47 +02:00
|
|
|
|
|
|
|
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|