From bb9ac16cea19502bda4f05b8a55d3583fa610739 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 5 Oct 2022 20:56:53 +0300 Subject: [PATCH] Revert "Use mautrix-go branch" This reverts commit 232827af279beb4e7f452ca03a72ff7f307e5402. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f5c12e2..b8c5f6a 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( golang.org/x/net v0.0.0-20220812174116-3211cb980234 google.golang.org/protobuf v1.28.1 maunium.net/go/maulogger/v2 v2.3.2 - maunium.net/go/mautrix v0.12.2-0.20221005175559-c940991d6c8e + maunium.net/go/mautrix v0.12.2-0.20221003070712-77198cd4cd57 ) require ( diff --git a/go.sum b/go.sum index 3e9767f..d29dc83 100644 --- a/go.sum +++ b/go.sum @@ -100,5 +100,5 @@ maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M= maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA= maunium.net/go/maulogger/v2 v2.3.2 h1:1XmIYmMd3PoQfp9J+PaHhpt80zpfmMqaShzUTC7FwY0= maunium.net/go/maulogger/v2 v2.3.2/go.mod h1:TYWy7wKwz/tIXTpsx8G3mZseIRiC5DoMxSZazOHy68A= -maunium.net/go/mautrix v0.12.2-0.20221005175559-c940991d6c8e h1:OCZgaq1MilM0w1TMHYQViQSj571HHQrSCuPcj7eynkk= -maunium.net/go/mautrix v0.12.2-0.20221005175559-c940991d6c8e/go.mod h1:/jxQFIipObSsjZPH6o3xyUi8uoULz3Hfr/8p9loqpYE= +maunium.net/go/mautrix v0.12.2-0.20221003070712-77198cd4cd57 h1:AXpCOSBuF61ETOTKz+295CIpZYhIlmOBHu7XeuETHRU= +maunium.net/go/mautrix v0.12.2-0.20221003070712-77198cd4cd57/go.mod h1:/jxQFIipObSsjZPH6o3xyUi8uoULz3Hfr/8p9loqpYE=