-
Notifications
You must be signed in to change notification settings - Fork 295
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
Go Mod Issue #318
Comments
Try adding |
Check out #319 -- I believe this circular dependency in /codec (relying on its root mod) causes this issue |
@dlaguerta Yes I agree with you, and I think they must remove dependencies from |
Please read #299 It's important to know the context and history, so you know what influenced the decision to make the committed fix. This also helps you make informed comments or offer informed changes. I'm open to whatever is the best path moving forward, and am fully open to better ways forward. |
I have got the following error by using the go module:
I think there is no need to have
go.mod
in the project root.The text was updated successfully, but these errors were encountered: