You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide source code and commit sha if you found a bug.
Review existing issues and provide feedback or react to them.
go version:1.13
gin version (or commit ref):1.4.0
operating system:
Description
When I use gin and build,there is someting wrong go module like this: build what5: cannot load github.com/ugorji/go/codec: ambiguous import: found github.com/ugorji/go/codec in multiple modules: github.com/ugorji/go v1.1.4 (C:\Users\beihai\go\pkg\mod\github.com\ugorji\[email protected]\codec) github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f (C:\Users\beihai\go\pkg\mod\github.com\ugorji\go\[email protected])
So I try to add github.com/ugorji/go v1.1.7 in my go.mod file,and it works.
Mybe you should fix this in new releases
Screenshots
The text was updated successfully, but these errors were encountered:
With issues:
go version:1.13
gin version (or commit ref):1.4.0
operating system:
Description
When I use gin and build,there is someting wrong go module like this:
build what5: cannot load github.com/ugorji/go/codec: ambiguous import: found github.com/ugorji/go/codec in multiple modules: github.com/ugorji/go v1.1.4 (C:\Users\beihai\go\pkg\mod\github.com\ugorji\[email protected]\codec) github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f (C:\Users\beihai\go\pkg\mod\github.com\ugorji\go\[email protected])
So I try to add
github.com/ugorji/go v1.1.7
in my go.mod file,and it works.Mybe you should fix this in new releases
Screenshots
The text was updated successfully, but these errors were encountered: