Skip to content
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

v2.00版本编译遇到multiple mdules问题 #154

Open
sycute opened this issue May 7, 2021 · 3 comments
Open

v2.00版本编译遇到multiple mdules问题 #154

sycute opened this issue May 7, 2021 · 3 comments

Comments

@sycute
Copy link

sycute commented May 7, 2021

github.com/dreamans/syncd imports
github.com/gin-gonic/gin imports
github.com/gin-gonic/gin/binding imports
github.com/ugorji/go/codec: ambiguous import: found package github.com/ugorji/go/codec in multiple modules:
github.com/ugorji/go v1.1.4 (/root/go/pkg/mod/github.com/ugorji/go@v1.1.4/codec)
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 (/root/go/pkg/mod/github.com/ugorji/go/codec@v0.0.0-20190204201341-e444a5086c43)
make: *** [build] Error 1
cp: cannot stat ‘/root/.syncd-repo/output’: No such file or directory

@sycute
Copy link
Author

sycute commented May 7, 2021

暂时修改了mod文件里的github.com/ugorji/go/codec为github.com/ugorji/go v1.1.4编译通过了

@lzs66666
Copy link

楼上有用

@taitaking
Copy link

666啊,有用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants