tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 455 forks source link

add a new dependency? #470

Closed yields closed 8 years ago

yields commented 8 years ago

I'm sure i'm missing something, looked up in the docs but didn't find any way to do it, how can i add a new dependency?

ATM i'm doing this:

$ godep save github.com/pkg/a
$ git checkout Godeps
$ git commit ..

Surely there's a better way?

Cheers!

freeformz commented 8 years ago

It's described in this read me section: https://github.com/tools/godep/blob/master/Readme.md#add-a-dependency

How can I make that clearer?

Sent from my iPhone

On May 16, 2016, at 07:22, Amir Abu Shareb notifications@github.com wrote:

I'm sure i'm missing something, looked up in the docs but didn't find any way to do it, how can i add a new dependency?

ATM i'm doing this:

$ godep save github.com/pkg/a $ git checkout Godeps $ git commit .. Surely there's a better way?

Cheers!

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

yields commented 8 years ago

whoops, my bad.