diff --git a/websockets/v1/vendor/github.com/gorilla/websocket/README.md b/websockets/v1/vendor/github.com/gorilla/websocket/README.md
index 20e391f86..e1a354cb6 100644
--- a/websockets/v1/vendor/github.com/gorilla/websocket/README.md
+++ b/websockets/v1/vendor/github.com/gorilla/websocket/README.md
@@ -4,11 +4,11 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
[WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol.
[![Build Status](https://travis-ci.org/gorilla/websocket.svg?branch=master)](https://travis-ci.org/gorilla/websocket)
-[![GoDoc](https://godoc.org/github.com/gorilla/websocket?status.svg)](https://godoc.org/github.com/gorilla/websocket)
+[![GoDoc](https://pkg.go.dev/badge/github.com/gorilla/websocket)](https://pkg.go.dev/github.com/gorilla/websocket)
### Documentation
-* [API Reference](http://godoc.org/github.com/gorilla/websocket)
+* [API Reference](https://pkg.go.dev/github.com/gorilla/websocket)
* [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
* [Command example](https://github.com/gorilla/websocket/tree/master/examples/command)
* [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo)
@@ -35,27 +35,27 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn
Notes:
1. Large messages are fragmented in [Chrome's new WebSocket implementation](http://www.ietf.org/mail-archive/web/hybi/current/msg10503.html).
2. The application can get the type of a received data message by implementing
- a [Codec marshal](http://godoc.org/golang.org/x/net/websocket#Codec.Marshal)
+ a [Codec marshal](https://pkg.go.dev/golang.org/x/net/websocket#Codec.Marshal)
function.
3. The go.net io.Reader and io.Writer operate across WebSocket frame boundaries.
Read returns when the input buffer is full or a frame boundary is
diff --git a/websockets/v2/vendor/github.com/gorilla/websocket/README.md b/websockets/v2/vendor/github.com/gorilla/websocket/README.md
index 20e391f86..e1a354cb6 100644
--- a/websockets/v2/vendor/github.com/gorilla/websocket/README.md
+++ b/websockets/v2/vendor/github.com/gorilla/websocket/README.md
@@ -4,11 +4,11 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
[WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol.
[![Build Status](https://travis-ci.org/gorilla/websocket.svg?branch=master)](https://travis-ci.org/gorilla/websocket)
-[![GoDoc](https://godoc.org/github.com/gorilla/websocket?status.svg)](https://godoc.org/github.com/gorilla/websocket)
+[![GoDoc](https://pkg.go.dev/badge/github.com/gorilla/websocket)](https://pkg.go.dev/github.com/gorilla/websocket)
### Documentation
-* [API Reference](http://godoc.org/github.com/gorilla/websocket)
+* [API Reference](https://pkg.go.dev/github.com/gorilla/websocket)
* [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
* [Command example](https://github.com/gorilla/websocket/tree/master/examples/command)
* [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo)
@@ -35,27 +35,27 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn
Notes:
1. Large messages are fragmented in [Chrome's new WebSocket implementation](http://www.ietf.org/mail-archive/web/hybi/current/msg10503.html).
2. The application can get the type of a received data message by implementing
- a [Codec marshal](http://godoc.org/golang.org/x/net/websocket#Codec.Marshal)
+ a [Codec marshal](https://pkg.go.dev/golang.org/x/net/websocket#Codec.Marshal)
function.
3. The go.net io.Reader and io.Writer operate across WebSocket frame boundaries.
Read returns when the input buffer is full or a frame boundary is