-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix import for extras in go.mod file #207
Comments
Here is a link to a closed issue where this has been addresses previously: #111 |
@Sophrinix Need more information to be able to help you, as I'm not really sure what is happening here, but the error ℹ️ Can you provide the following information?
|
There actually is issue with importing GoVPP's extras go module, but the problem does not show any erorr like you are seeing. It short, you have to use
|
When I attempt to add the two references to a go.mod file
and then I run
go mod tidy
, I get this error a lot:What should I be adding to
go.mod
so that I can use libmemif and govpp.I also tried to use github.com/FDio/govpp but go mod hates that even more.
Originally posted by @Sophrinix in #122 (comment)
The text was updated successfully, but these errors were encountered: