aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-01-11 23:28:47 +0200
committerTulir Asokan <tulir@maunium.net>2019-01-11 23:28:47 +0200
commit331597b9f8a7942cbcb233a328301e4d5bf94fb0 (patch)
tree5ec624585ebf66c63549a098acb6f7421f1193a7 /go.mod
parent2fc3378b717f40f37f3a188b68407887242d9c06 (diff)
Switch to Go modules and make other changes
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod19
1 files changed, 19 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..036acdc
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,19 @@
+module maunium.net/go/gomuks
+
+require (
+ github.com/disintegration/imaging v1.5.0
+ github.com/kyokomi/emoji v2.0.0+incompatible
+ github.com/lithammer/fuzzysearch v1.0.2
+ github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08
+ github.com/mattn/go-runewidth v0.0.4
+ github.com/russross/blackfriday/v2 v2.0.1
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
+ github.com/zyedidia/clipboard v0.0.0-20180718195219-bd31d747117d
+ golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
+ golang.org/x/net v0.0.0-20190110200230-915654e7eabc
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+ gopkg.in/yaml.v2 v2.2.2
+ maunium.net/go/mautrix v0.1.0-alpha.2
+ maunium.net/go/tcell v0.0.0-20190111212645-703b3f6ecec9
+ maunium.net/go/tview v0.0.0-20190111212720-d6aa1eac1b9a
+)