bugsnag / bugsnag-go

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
https://docs.bugsnag.com/platforms/go
MIT License
203 stars 69 forks source link

refactor: use google uuid package #196

Closed kattrali closed 1 year ago

kattrali commented 1 year ago

Replaces the gofrs uuid package as it broke support for old versions of go in a recent commit and has no mechanism for version control

Testing

All behavior should be preserved, and go 1.11 and 1.12 tests pass again