Add go.mod file

This commit is contained in:
Tulir Asokan 2018-04-10 23:41:56 +03:00
parent 75a0945a83
commit 14a84295d7

15
go.mod Normal file
View File

@ -0,0 +1,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
)