divan / gofresh

Keep your Go package dependencies fresh. Console tool for checking and updating package dependencies (imports).
141 stars 6 forks source link

Check fails silently with wildcard #6

Closed xlab closed 9 years ago

xlab commented 9 years ago
$ time gofresh *
Checking 19 packages for updates...
Everything is up to date.

real    0m0.009s
user    0m0.004s
sys 0m0.004s

(fails silently, also the message is misleading)

Compare to this:

$ time gofresh
Found 19 imports, checking for updates...
XXX/api/server: exit status 128
XXX/api/internal/testingutils: exit status 128
XXX/category: exit status 128
XXX/misc/closer: exit status 128
Everything is up to date.

real    0m3.180s
user    0m0.118s
sys 0m0.090s
divan commented 9 years ago

Thanks for reporting. Closed by https://github.com/divan/gofresh/commit/36ca2b837540a4eae99b6fd0a22cf44de6b9935f