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
I compiled it following the doc on dev branch and got a error:
go build -o ./build/og ./app
build github.com/annchain/OG/app: 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 (/Users/ele/go/pkg/mod/github.com/ugorji/go@v1.1.4/codec)
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 (/Users/ele/go/pkg/mod/github.com/ugorji/go/codec@v0.0.0-20181204163529-d75b2dcb6bc8)
Any idea? Thank you
The text was updated successfully, but these errors were encountered:
Thanks for your report.
This issue is caused by an upgrade on gin-gonic's ugorji library which broke the dependency.
We already fixed the problem on the latest commit.
I compiled it following the doc on dev branch and got a error:
go build -o ./build/og ./app
build github.com/annchain/OG/app: 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 (/Users/ele/go/pkg/mod/github.com/ugorji/go@v1.1.4/codec)
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 (/Users/ele/go/pkg/mod/github.com/ugorji/go/codec@v0.0.0-20181204163529-d75b2dcb6bc8)
Any idea? Thank you
The text was updated successfully, but these errors were encountered: