* Update dependencies.

* Fix tests.
Этот коммит содержится в:
George Goldberg
2020-04-08 10:51:04 +01:00
коммит произвёл GitHub
родитель ac4153df03
Коммит f14c79f170
628 изменённых файлов: 89693 добавлений и 144081 удалений

2
vendor/github.com/gorilla/websocket/README.md сгенерированный поставляемый
Просмотреть файл

@@ -8,7 +8,7 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
### Documentation
* [API Reference](http://godoc.org/github.com/gorilla/websocket)
* [API Reference](https://pkg.go.dev/github.com/gorilla/websocket?tab=doc)
* [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)