This repository was archived by the owner on May 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module github.com/gofiber/websocket/v2
33go 1.17
44
55require (
6- github.com/fasthttp/websocket v1.5.2
6+ github.com/fasthttp/websocket v1.5.3
77 github.com/gofiber/fiber/v2 v2.44.0
88 github.com/valyala/fasthttp v1.47.0
99)
1010
1111require (
1212 github.com/andybalholm/brotli v1.0.5 // indirect
1313 github.com/google/uuid v1.3.0 // indirect
14- github.com/klauspost/compress v1.16.3 // indirect
14+ github.com/klauspost/compress v1.16.5 // indirect
1515 github.com/mattn/go-colorable v0.1.13 // indirect
1616 github.com/mattn/go-isatty v0.0.18 // indirect
1717 github.com/mattn/go-runewidth v0.0.14 // indirect
Original file line number Diff line number Diff line change 11github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs =
22github.com/andybalholm/brotli v1.0.5 /go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig =
3- github.com/fasthttp/websocket v1.5.2 h1:KdCb0EpLpdJpfE3IPA5YLK/aYBO3dhZcvwxz6tXe2LQ =
4- github.com/fasthttp/websocket v1.5.2 /go.mod h1:S0KC1VBlx1SaXGXq7yi1wKz4jMub58qEnHQG9oHuqBw =
3+ github.com/fasthttp/websocket v1.5.3 h1:TPpQuLwJYfd4LJPXvHDYPMFWbLjsT91n3GpWtCQtdek =
4+ github.com/fasthttp/websocket v1.5.3 /go.mod h1:46gg/UBmTU1kUaTcwQXpUxtRwG2PvIZYeA8oL6vF3Fs =
55github.com/gofiber/fiber/v2 v2.44.0 h1:Z90bEvPcJM5GFJnu1py0E1ojoerkyew3iiNJ78MQCM8 =
66github.com/gofiber/fiber/v2 v2.44.0 /go.mod h1:VTMtb/au8g01iqvHyaCzftuM/xmZgKOZCtFzz6CdV9w =
77github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
88github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
9- github.com/klauspost/compress v1.16.3 h1:XuJt9zzcnaz6a16/OU53ZjWp/v7/42WcR5t2a0PcNQY =
109github.com/klauspost/compress v1.16.3 /go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE =
10+ github.com/klauspost/compress v1.16.5 h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI =
11+ github.com/klauspost/compress v1.16.5 /go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE =
1112github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
1213github.com/mattn/go-colorable v0.1.13 /go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg =
1314github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
You can’t perform that action at this time.
0 commit comments