Closed 1995parham closed 5 years ago
Try adding github.com/ugorji/go v1.1.7
to your go.mod file.
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 go.mod
that is on the project root.
Please read https://github.com/ugorji/go/issues/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.