[go-nuts] GoLang dependency -> dep installation Issue , Burrow golang tool issues

2017-12-08 Thread Arun Singh
Folks, I am new to Golang, I am installing Burrow tool to fix and monitor the kafka consumer lag checking. Earlier this burrow was having "gpm" as package managment tool, Now some changes have been there in recent github repo update of this Burrow, In term

[go-nuts] Re: GoLang dependency -> dep installation Issue , Burrow golang tool issues

2017-12-11 Thread Arun Singh
*No* I have not been able to install the dep tool, I used this dep link to install tool. ~ Regards Arun If you're interested in hacking on dep, you can install via go get: go get -u github.com/golang/dep/cmd/dep On Saturday, 9 December 2017 01:45:02 UTC+5:30,

Re: [go-nuts] Re: GoLang dependency -> dep installation Issue , Burrow golang tool issues

2017-12-30 Thread Arun Singh
Thanks, I'll check it out. On Dec 30, 2017 11:15 AM, "Matt Harden" wrote: > It's probably better to install the latest binary from the releases page ( > https://github.com/golang/dep/releases), which is the first > recommendation under Setup. > > On Mon,