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
import sdk "github.com/Finschia/finschia-sdk/types" emits following error
go: github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
This is due to the https://github.com/Finschia/finschia-sdk/blob/main/go.mod#L20. Version v1.3.3 seems not to exist in https://github.com/gogo/protobuf/releases. Also, cosmos-sdk specifies the version to v1.3.2.
Summary of Bug
import sdk "github.com/Finschia/finschia-sdk/types"
emits following errorgo: github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
This is due to the
https://github.com/Finschia/finschia-sdk/blob/main/go.mod#L20
. Versionv1.3.3
seems not to exist inhttps://github.com/gogo/protobuf/releases
. Also, cosmos-sdk specifies the version tov1.3.2
.Could you guys verify this? Thank you
Version
v0.48.1
Steps to Reproduce
import sdk "github.com/Finschia/finschia-sdk/types"
For Admin Use
The text was updated successfully, but these errors were encountered: