aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)