Remove dev replaces in go.mod again
This commit is contained in:
parent
2c9c473040
commit
0db44d4cc7
1 changed files with 1 additions and 2 deletions
3
go.mod
3
go.mod
|
@ -23,5 +23,4 @@ require (
|
|||
|
||||
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|
||||
|
||||
//replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190523194501-cc7603f853df
|
||||
replace github.com/Rhymen/go-whatsapp => ../../Go/go-whatsapp
|
||||
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190523194501-cc7603f853df
|
||||
|
|
Loading…
Reference in a new issue