We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/[email protected]/codec) github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 (/root/go/pkg/mod/github.com/ugorji/go/[email protected]) make: *** [build] Error 1 cp: cannot stat ‘/root/.syncd-repo/output’: No such file or directory
The text was updated successfully, but these errors were encountered:
暂时修改了mod文件里的github.com/ugorji/go/codec为github.com/ugorji/go v1.1.4编译通过了
Sorry, something went wrong.
楼上有用
666啊,有用
No branches or pull requests
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/[email protected]/codec)
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 (/root/go/pkg/mod/github.com/ugorji/go/[email protected])
make: *** [build] Error 1
cp: cannot stat ‘/root/.syncd-repo/output’: No such file or directory
The text was updated successfully, but these errors were encountered: