gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.82k stars 265 forks source link

Switch from nu7hatch/gouuid to satori/go.uuid. #115

Closed QuLogic closed 6 years ago

QuLogic commented 6 years ago

The former is unmaintained and does not follow the UUID spec. See for example nu7hatch/gouuid#5 (not merged in 5 years) and the jtaylor fork which recommends satori/go.uuid instead.

I would prefer to use the tagged 1.2.0, but that version panics on error, whereas master returns an error instead and is basically the same API as nu7hatch's. Hopefully, a new version satori/go.uuid#76 is released soon.

cosmos72 commented 6 years ago

Thanks for the contribution!