From 331597b9f8a7942cbcb233a328301e4d5bf94fb0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 11 Jan 2019 23:28:47 +0200 Subject: Switch to Go modules and make other changes --- go.mod | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3