From 14a84295d72a24a8bce8a71c240ab2b155ed5a1f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 10 Apr 2018 23:41:56 +0300 Subject: Add go.mod file --- go.mod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..6ff237c --- /dev/null +++ b/go.mod @@ -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 +) -- cgit v1.2.3