rotisserie/eris

Invalid mod path

Closed this issue · 2 comments

Describe the bug
The go.mod file contains the path "github.com/morningvera/eris" instead of "github.com/rotisserie/eris".

To Reproduce
go get github.com/rotisserie/eris

Expected behavior
The module is installed.

This should be fixed now if you want to try importing it again. Sorry about that!

It works now. Thanks.