Closed se7entyse7en closed 5 years ago
Please take a good look at this as I'm not very knowledgable in go deps handling 😞. As in this case, I don't know if I've done the right thing, as the import should also have the /v4
suffix as written in the README.
/v4 is a go mod suffix. dep doesn't know anything about it. Go 1.11/12 also wouldn't be able to import such path without GO111MODULE=on.
Thanks for the explanation!
Closes #401.