coming-chat/wallet-SDK

gogo/protobuf@v1.3.3

Closed this issue · 2 comments

执行命令

go get github.com/coming-chat/wallet-SDK/core/wallet

结果 gogo/protobuf 包出现了错误

官网只有最新版本1.3.2,没有1.3.3

go: github.com/gogo/protobuf@v1.3.3: reading https://goproxy.io/github.com/gogo/protobuf/@v/v1.3.3.info: 404 Not Found
        server response: not found: github.com/gogo/protobuf@v1.3.3: invalid version: unknown revision v1.3.3

请问要什么才能解决的?

Same as issue #5 .

Add this to your go.mod

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
replace github.com/99designs/keyring => github.com/coming-chat/keyring v1.3.0

Thank you. Problem solved