mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Update go.mod to use correct replacement
This commit is contained in:
parent
167c07bd6f
commit
dc081bb94f
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/matrix-org/dendrite
|
||||
|
||||
replace github.com/matrix-org/gomatrixserverlib => ../gomatrixserverlib
|
||||
replace github.com/matrix-org/gomatrixserverlib => github.com/S7evinK/gomatrixserverlib v0.0.0-20210731142023-4060a37948a5
|
||||
|
||||
require (
|
||||
github.com/Arceliar/ironwood v0.0.0-20210619124114-6ad55cae5031
|
||||
|
|
|
|||
Loading…
Reference in a new issue