Closed aned closed 5 years ago
go get -u github.com/golang/protobuf/proto
fixes "undefined: proto.InternalMessageInfo"
The build is still failing:
go get github.com/aristanetworks/goarista/cmd/ocprometheus
# github.com/aristanetworks/goarista/gnmi
aristanetworks/goarista/gnmi/operation.go:212:12: undefined: gnmi.TypedValue_ProtoBytes
You would need to update as well github.com/openconfig/gnmi:
go get -u github.com/openconfig/gnmi
Thank you, go get -u github.com/openconfig/gnmi/cmd/gnmi_cli
did the trick!
go get github.com/aristanetworks/goarista/cmd/ocprometheus