1
0
forked from lug/matterbridge

Use own gomatrix fork again. Fixes #1382 (#1713)

This commit is contained in:
Wim
2022-02-06 00:59:34 +01:00
committed by GitHub
parent c3644c8d3b
commit ab75d5097e
4 changed files with 12 additions and 9 deletions

2
go.mod
View File

@@ -136,4 +136,6 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
replace github.com/matrix-org/gomatrix => github.com/matterbridge/gomatrix v0.0.0-20220205235239-607eb9ee6419
go 1.17