Update go-whatsapp

This commit is contained in:
Tulir Asokan
2019-06-16 23:00:45 +03:00
parent 5be78dd978
commit 45e60c2510
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@ -17,6 +17,6 @@ require (
)
replace (
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190612093715-a68000187991
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190616200017-be3e82b27b44
gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
)