volatiletech / abcweb

Go web app framework and generator. Inspired by Rails.
BSD 3-Clause "New" or "Revised" License
265 stars 15 forks source link

Add github.com/golang/deps command to deps.go #7

Closed demonshreder closed 7 years ago

demonshreder commented 7 years ago

README says "abcweb deps -u" brings in all dependencies but it doesn't fetch golang/dep and running "abcweb new" without dep throws the following error.

Error: could not find "dep" dependency in $PATH. Please run "abcweb deps" to install all missing dependencies.

Just updating the file to add golang/deps

nullbio commented 7 years ago

Thank you very much.