Update go-whatsapp to prevent rare panic when disconnecting

This commit is contained in:
Tulir Asokan 2020-04-21 23:18:28 +03:00
parent 53fe1b1818
commit e0aea74abf
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -18,4 +18,4 @@ require (
maunium.net/go/mautrix-appservice v0.1.0-alpha.6
)
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.2.5
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.2.6

2
go.sum
View file

@ -38,6 +38,8 @@ github.com/tulir/go-whatsapp v0.2.4 h1:b7Yzlh+SR46qzhuVbDedLL8YSg5U0VKolQ80atZoJ
github.com/tulir/go-whatsapp v0.2.4/go.mod h1:gyw9zGup1/Y3ZQUueZaqz3iR/WX9a2Lth4aqEbXjkok=
github.com/tulir/go-whatsapp v0.2.5 h1:io7nw/b7/lQH5q9jeRkUD8Kw+teoANe16ZTh/JK7DDk=
github.com/tulir/go-whatsapp v0.2.5/go.mod h1:gyw9zGup1/Y3ZQUueZaqz3iR/WX9a2Lth4aqEbXjkok=
github.com/tulir/go-whatsapp v0.2.6 h1:d58cqz/iqcCDeT+uFjLso8oSgMTYqoxGhGhGOyyHBro=
github.com/tulir/go-whatsapp v0.2.6/go.mod h1:gyw9zGup1/Y3ZQUueZaqz3iR/WX9a2Lth4aqEbXjkok=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=