davecheney / httpstat

It's like curl -v, with colours.
MIT License
7.07k stars 385 forks source link

Vendor dependencies with github.com/golang/dep #122

Closed artyom closed 7 years ago

artyom commented 7 years ago

Switch from git submodules to directly vendored dependencies, this makes project go-gettable.

Fixes #121

davecheney commented 7 years ago

LGTM. Thanks