aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-01-12 17:25:30 +0200
committerTulir Asokan <tulir@maunium.net>2019-01-23 00:26:51 +0200
commitcdb79be7d7ba10807bc1db1f3e52887b04a4b0fd (patch)
tree30cc07a1c591b39d32a4fb1f00d6f7268aa1259c /go.mod
parentdfeeb199588b2f8c87eae18cb3d92ab99f1342f8 (diff)
Update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index aa47687..1934c0d 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
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/mautrix v0.1.0-alpha.3
maunium.net/go/tcell v0.0.0-20190111223412-5e74142cb009
maunium.net/go/tview v0.0.0-20190111223510-de38190b095b
)