aristanetworks / goarista

Fairly general building blocks used in Arista Go code and open-sourced for the benefit of all.
Apache License 2.0
206 stars 66 forks source link

ockafka importing broken github links #43

Open NaveenkumarIyappan opened 5 years ago

NaveenkumarIyappan commented 5 years ago

I am trying to deploy the goarista project to use the cmd/ockafka for streaming data from arista devices to kafka. As I do not have access to the internet from this server I wanted to manually download the project dependencies, upon trying to download the import github URL I notice the github.com/golang/protobuf/proto is invalid

7AC commented 5 years ago

What error are you getting? Seems ok on my end:

~ $ go get -u -v github.com/golang/protobuf/proto
github.com/golang/protobuf (download)
~ $ go version
go version go1.12.7 darwin/amd64