MadAppGang / identifo

Universal authentication framework for web, created with go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useless replace directive in go.mod

Morty-luo opened this issue · comments

It seems that MadAppGang/identifo does not depend on github.com/sfreiberg/gotwilio any more, both directly and indirectly.
So, replace directive left in go.mod makes no sense. Should it be dropped?

replace github.com/sfreiberg/gotwilio => github.com/MadAppGang/gotwilio v0.0.0-20210820024906-f91dd2ebe762
commented

Thanks! Will be removed in #384

commented

Done