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
when I run the test, I found the errors as follow:
go: finding module for package github.com/sei-protocol/golang-sdk/core go: found github.com/sei-protocol/golang-sdk/core in github.com/sei-protocol/golang-sdk v0.1.0 go: github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
I go to see github.com/gogo/protobuf, there is no v1.3.3. the lastest version is v1.3.2
The text was updated successfully, but these errors were encountered:
gogo/protobuf#771
see this issue, they had remove it.
Sorry, something went wrong.
No branches or pull requests
when I run the test, I found the errors as follow:
go: finding module for package github.com/sei-protocol/golang-sdk/core
go: found github.com/sei-protocol/golang-sdk/core in github.com/sei-protocol/golang-sdk v0.1.0
go: github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
I go to see github.com/gogo/protobuf, there is no v1.3.3. the lastest version is v1.3.2
The text was updated successfully, but these errors were encountered: