From 0bf755af6f88a3e814f554d7c81b96020bae4149 Mon Sep 17 00:00:00 2001 From: Sergio Andres Virviescas Santana Date: Wed, 29 Dec 2021 14:06:55 +0100 Subject: [PATCH] chore(README): remove dep section --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 1ae5c91..8dced5e 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,6 @@ go get github.com/fasthttp/websocket ``` But beware that this will fetch the **latest commit of the master branch** which is never purposely broken, but usually not considered stable anyway. -#### Dep - If you're using [dep](https://github.com/golang/dep), just use `dep ensure` to add -a specific version of fasthttp/websocket including all its transitive dependencies to -your project: - ``` -dep ensure -add github.com/fasthttp/websocket@v1.4.0 -``` - -**IMPORTANT:** [dep](https://github.com/golang/dep) is only supported until version v1.4.0. In future versions will use Go modules. - ### Protocol Compliance The Gorilla WebSocket package passes the server tests in the [Autobahn Test