saintpete / logrole

Logrole for Twilio - Create User Roles for Limited Access to Twilio Logs
Other
27 stars 10 forks source link

Update kevinburke/rest to latest master #22

Closed kevinburke closed 7 years ago

kevinburke commented 7 years ago

At some point the signature of RegisterErrorHandler changed from (int, HandlerFunc) to (int, Handler), which is more flexible. Unfortunately the code here didn't change.

We didn't notice the build failure because an older version of kevinburke/rest was being vendored. In any case, let's fix it and update the vendored dependency.

Fixes #21.

saintpete commented 7 years ago

Thanks @kevinburke !