Update github.com/gorilla/websocket to v1.5.0.

This commit is contained in:
David Fifield 2022-09-22 14:04:48 -06:00
parent 3185487aea
commit 12e8de8b24
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.15
require (
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
github.com/clarkduvall/hyperloglog v0.0.0-20171127014514-a0107a5d8004
github.com/gorilla/websocket v1.4.1
github.com/gorilla/websocket v1.5.0
github.com/pion/ice/v2 v2.2.6
github.com/pion/sdp/v3 v3.0.5
github.com/pion/stun v0.3.5