aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 4888c39c6cf3f1bf77db5c88baab37d3934e8584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module "maunium.net/go/gomuks"

require (
	"github.com/gdamore/encoding" v0.0.0-20151215212835-b23993cbb635
	"github.com/gdamore/tcell" v1.0.0
	"github.com/jroimartin/gocui" v0.0.0-20170827195011-4f518eddb04b
	"github.com/lucasb-eyer/go-colorful" v0.0.0-20170903184257-231272389856
	"github.com/matrix-org/gomatrix" v0.0.0-20171003113848-a7fc80c8060c
	"github.com/mattn/go-runewidth" v0.0.2
	"github.com/nsf/termbox-go" v0.0.0-20180303152453-e2050e41c884
	"github.com/rivo/tview" v0.0.0-20180313071706-0b69b9b58142
	"golang.org/x/text" v0.0.0-20171214130843-f21a4dfb5e38
	"gopkg.in/yaml.v2" v1.1.1-gopkgin-v2.1.1
)