From f0333df1b2b6e0ef54a580668cb759a094b56010 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 13 Mar 2018 15:27:12 +0200 Subject: Add initial login view and debug panel with tview --- go.mod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3