kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

Use google/uuid #268

Closed Aschen closed 3 years ago

Aschen commented 3 years ago

What does this PR do?

Use google/uuid instead of satori/uuid which is known to have vulnerabilities

Fix #267

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (3-dev@a44e756). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             3-dev     #268   +/-   ##
========================================
  Coverage         ?   89.72%           
========================================
  Files            ?      244           
  Lines            ?     4098           
  Branches         ?        0           
========================================
  Hits             ?     3677           
  Misses           ?      368           
  Partials         ?       53           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a44e756...da10d49. Read the comment docs.