aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-22 21:25:06 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-22 21:25:51 +0300
commit64fa922ec013079f8f0c90fc9e93c56db3611d30 (patch)
tree7bb9b40f57b8368ef0f5eeccea02d80e54796927 /go.mod
parentbfb5f0dd457be326b1ae7638a64d2e79cbace371 (diff)
Switch to dep
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 0 insertions, 15 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 6ff237c..0000000
--- a/go.mod
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-)