aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 6ff237c9bfda2bcc2b078ba1df2eb6b77786a175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module "github.com/tulir/gomuks"

require (
	"github.com/gdamore/encoding" v0.0.0-20151215212835-b23993cbb635
	"github.com/gdamore/tcell" v0.0.0-20180402155337-2548ddfbd80a
	"github.com/lucasb-eyer/go-colorful" v0.0.0-20170903184257-231272389856
	"github.com/mattn/go-runewidth" v0.0.2
	"github.com/zyedidia/clipboard" v0.0.0-20180208191628-4611e809d8b1
	"github.com/zyedidia/glob" v0.0.0-20170209203856-dd4023a66dc3
	"golang.org/x/text" v0.0.0-20171214130843-f21a4dfb5e38
	"gopkg.in/yaml.v2" v1.2.1-gopkgin-v2.2.1
	"maunium.net/go/gomatrix" v0.0.0-20180318193435-618319f327ac
	"maunium.net/go/gomuks" v0.0.0-20180410183527-75a0945a83fb
	"maunium.net/go/tview" v0.0.0-20180330155404-723cca66ac4d
)