aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 0 insertions, 14 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 4888c39..0000000
--- a/go.mod
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-)