honeybadger-io / honeybadger-go

Send Go (golang) panics and errors to Honeybadger.
https://www.honeybadger.io/
MIT License
34 stars 15 forks source link

Fix HB due to changes in shirou/gopsutil #16

Closed kostyantyn closed 8 years ago

kostyantyn commented 8 years ago

https://github.com/shirou/gopsutil/commit/ea152ea901de3c51594da9eeffa45476fc657d3a

gaffneyc commented 8 years ago

Right now honeybadger-go won't build unless you've vendored an old version of gopsutil. I can verify that this test fixes the build and all tests pass.

joshuap commented 8 years ago

Thanks!