Update mautrix-go
This commit is contained in:
8
go.mod
8
go.mod
@ -5,8 +5,8 @@ go 1.14
|
||||
require (
|
||||
github.com/Rhymen/go-whatsapp v0.1.0
|
||||
github.com/chai2010/webp v1.1.0
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/lib/pq v1.3.0
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/lib/pq v1.5.2
|
||||
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||||
@ -14,8 +14,8 @@ require (
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
maunium.net/go/mauflag v1.0.0
|
||||
maunium.net/go/maulogger/v2 v2.1.1
|
||||
maunium.net/go/mautrix v0.1.0-beta.2
|
||||
maunium.net/go/mautrix-appservice v0.1.0-alpha.6
|
||||
maunium.net/go/mautrix v0.3.6
|
||||
maunium.net/go/mautrix-appservice v0.2.0
|
||||
)
|
||||
|
||||
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.2.6
|
||||
|
Reference in New Issue
Block a user