Skip to content

Commit

Permalink
chore(README): remove dep section
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Dec 29, 2021
1 parent c524ef6 commit 0bf755a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0bf755a

Please sign in to comment.