Skip to content

Importing github.com/tendermint/tendermint #1777

@jackzampolin

Description

@jackzampolin

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    T:bugType Bug (Confirmed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions