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\go@v1.1.4\codec) github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f (C:\Users\beihai\go\pkg\mod\github.com\ugorji\go\codec@v0.0.0-20181022190402-e5e69e061d4f)
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\go@v1.1.4\codec) github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f (C:\Users\beihai\go\pkg\mod\github.com\ugorji\go\codec@v0.0.0-20181022190402-e5e69e061d4f)
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: