prydonius / karn

Manage multiple Git identities
MIT License
304 stars 7 forks source link

switch to dep, fix dependencies #19

Closed prydonius closed 6 years ago

prydonius commented 6 years ago
prydonius commented 6 years ago

@commitay will this fix #17? I switched away from godep as I was having issues with it discovering the dependency in ./cmd/karn/karn.go (this is why it was excluding codegangsta/cli). I'm more familiar with github.com/golang/dep so opted to use that. I'm assuming this is fine as long as the dependencies are all vendored correctly?

commitay commented 6 years ago

Yes, this will work fine. Thanks!