Skip to content
New issue

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

Issue due to outdated protobuf go-bindings #26

Closed
payes opened this issue Oct 12, 2018 · 1 comment
Closed

Issue due to outdated protobuf go-bindings #26

payes opened this issue Oct 12, 2018 · 1 comment

Comments

@payes
Copy link

payes commented Oct 12, 2018

This issue was seen while importing prometheus/client_golang.

go get github.com/prometheus/client_golang/prometheus/promhttp
# github.com/prometheus/client_model/go
client_model/go/metrics.pb.go:96:31: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:141:27: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:179:29: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:218:30: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:265:29: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:317:29: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:357:31: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:410:28: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:461:28: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:544:34: undefined: proto.InternalMessageInfo
client_model/go/metrics.pb.go:544:34: too many errors
@payes
Copy link
Author

payes commented Oct 13, 2018

This issue was fixed by running,
go get -u github.com/golang/protobuf/proto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant