aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-13 15:27:12 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-13 15:27:12 +0200
commitf0333df1b2b6e0ef54a580668cb759a094b56010 (patch)
tree23ab445fa74e6c164a30d99983ac233a7f8959e7 /go.mod
parent2bd7315f06025047639f1e4bf6ab73048ef3f2c5 (diff)
Add initial login view and debug panel with tview
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..4888c39
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)