signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 48 forks source link

Update gorilla/websocket for cve fix #130

Closed wratner closed 3 years ago

wratner commented 3 years ago

github.com/gorilla/websocket package, versions <1.4.1 are vulnerable to CVE-2020-27813.

This updates to the latest version of gorilla/websocket which contains the fix for this issue.