1
0
forked from lug/matterbridge

patch: fix Go builds

This commit is contained in:
2025-11-03 13:19:01 -08:00
parent bab3681ac2
commit 186d28858b
3 changed files with 27 additions and 3 deletions

1
go.mod
View File

@@ -149,5 +149,6 @@ require (
)
//replace github.com/matrix-org/gomatrix => github.com/matterbridge/gomatrix v0.0.0-20220205235239-607eb9ee6419
replace github.com/matterbridge/go-xmpp => "/home/irc-discord/uwaru-go-xmpp"
go 1.22.0