aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-10 23:41:56 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-10 23:41:56 +0300
commit14a84295d72a24a8bce8a71c240ab2b155ed5a1f (patch)
tree52202f5237b84a8d8f85512d911ff24fcc8f167e /go.mod
parent75a0945a83fba9d032bec6855b64e2b3b63200b2 (diff)
Add go.mod file
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
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
+)