Update go-whatsapp

This commit is contained in:
Tulir Asokan
2019-06-12 12:38:07 +03:00
parent c4186c9029
commit d270c86709
2 changed files with 3 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.20190528182350-fde573a2a73b
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190612093715-a68000187991
gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
)