diff --git a/go.mod b/go.mod index a8d8ec2..3b5f06e 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/christopher-dG/go-obs-websocket require ( - github.com/gorilla/websocket v1.4.0 + github.com/gorilla/websocket v1.4.1 github.com/mitchellh/mapstructure v1.1.2 ) diff --git a/go.sum b/go.sum index 6f55a23..411bec0 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q= -github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= +github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM= +github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=