kinbiko / bugsnag

Well-documented, maintainable, idiomatic, opinionated, and *unofficial* rewrite of the Bugsnag Go notifier
MIT License
3 stars 0 forks source link

[feat] Remove dependency on pkg/errors #13

Closed kinbiko closed 4 years ago

kinbiko commented 4 years ago

This dependency was really only used in tests anyway, but there's really no reason to put it in tests either.

Also bumps the go version in go.mod as we're using wrapped errors.