Update go-whatsapp dep

This commit is contained in:
Tulir Asokan
2019-08-30 22:22:44 +03:00
parent d91f705e95
commit 04192da0a6
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -16,6 +16,6 @@ require (
)
replace (
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190825095058-bb85c7370264
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190830192205-ac9aa7e315cb
gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
)