mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
update version of custom gomatrixserverlib
This commit is contained in:
parent
431a5ea431
commit
617bf42f54
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/matrix-org/dendrite
|
||||
|
||||
replace github.com/matrix-org/gomatrixserverlib v0.0.0-20201006143701-222e7423a5e3 => github.com/bn4t/gomatrixserverlib v0.0.0-20201009140335-23904a431004
|
||||
replace github.com/matrix-org/gomatrixserverlib v0.0.0-20201006143701-222e7423a5e3 => github.com/bn4t/gomatrixserverlib v0.0.0-20201011104814-08fd27fa6e59
|
||||
|
||||
require (
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -42,8 +42,8 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
|
|||
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
||||
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
||||
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
|
||||
github.com/bn4t/gomatrixserverlib v0.0.0-20201009140335-23904a431004 h1:tCV04ZHNonEtY4Vhdda3Juzg/zk7eFla3ixDDs8dBos=
|
||||
github.com/bn4t/gomatrixserverlib v0.0.0-20201009140335-23904a431004/go.mod h1:dV8PqfHZAzs+eyEiIdCLt3Y3R7zb4scFsdHJ/N0aAsM=
|
||||
github.com/bn4t/gomatrixserverlib v0.0.0-20201011104814-08fd27fa6e59 h1:GCncFjpDXA9EmryIzanObuHqr2oN2rXpa/gROer/nC4=
|
||||
github.com/bn4t/gomatrixserverlib v0.0.0-20201011104814-08fd27fa6e59/go.mod h1:dV8PqfHZAzs+eyEiIdCLt3Y3R7zb4scFsdHJ/N0aAsM=
|
||||
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
|
||||
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32/go.mod h1:DrZx5ec/dmnfpw9KyYoQyYo7d0KEvTkk/5M/vbZjAr8=
|
||||
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c/go.mod h1:3J08xEfcugPacsc34/LKRU2yO7YmuT8yt28J8k2+rrI=
|
||||
|
|
|
|||
Loading…
Reference in a new issue