-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
T:bugType Bug (Confirmed)Type Bug (Confirmed)
Description
I was trying to import a couple of tendermint packages into a golang project:
"github.com/tendermint/tendermint/rpc/client"
"github.com/tendermint/tendermint/rpc/core/types"
I got the following error after running dep init && go run main.go:
# github.com/jackzampolin/cosmos-scorecard/vendor/google.golang.org/genproto/googleapis/rpc/status
vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go:111:28: undefined: proto.InternalMessageInfo
I tracked this down to tendermint using a specific revison of the google.golang.org/genproto library. I was able to avoid the issue by adding an override to my Gopkg.toml but this is not good for most users.
[[override]]
name = "google.golang.org/genproto"
revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T:bugType Bug (Confirmed)Type Bug (Confirmed)