epsagon / epsagon-go

Automated tracing library for Go 1.x ⚡️
https://epsagon.com
MIT License
28 stars 11 forks source link

Does not compile with the latest satori/go.uuid 1.2.0 #13

Closed dsolonenko closed 5 years ago

dsolonenko commented 5 years ago

The issue is well known https://github.com/satori/go.uuid/issues/66, the consensus is to migrate away from the library.

enoodle commented 5 years ago

Thank you! I will try to see how to fix this soon. In the mean time the Gopkg.lock has version 1.2.0 and the example is compiling, So I am guessing it is not working with version 2.0 or with applications requiring this version? (or maybe this tag changed since)

BTW if you wish to submit a fix you are welcome