Closed ragagit closed 5 years ago
Your github.com/golang/protobuf/proto dependency is out of date. I believe the following will update all the of gnmi
's dependencies for you:
go get -u github.com/aristanetworks/goarista/cmd/gnmi
If that doesn't fix it then you can manually update the proto dependency:
go get -u github.com/golang/protobuf/proto
And then try to get gnmi again.
Yeah, I tried that a few times but didn't help. What I ended up doing was to get the code and compile gnmi, that works, now I can use the command.Thanks for your prompt reply I appreciate that.
Hi
Getting gnmi with go get github.com/aristanetworks/goarista/cmd/gnmi fails with
protoc --version is libprotoc 3.7.1