Skip to content

Commit 0bf755a

Browse files
author
Sergio Andres Virviescas Santana
committed
chore(README): remove dep section
1 parent c524ef6 commit 0bf755a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ go get github.com/fasthttp/websocket
3131
```
3232
But beware that this will fetch the **latest commit of the master branch** which is never purposely broken, but usually not considered stable anyway.
3333

34-
#### Dep
35-
If you're using [dep](https://github.com/golang/dep), just use `dep ensure` to add
36-
a specific version of fasthttp/websocket including all its transitive dependencies to
37-
your project:
38-
```
39-
dep ensure -add github.com/fasthttp/websocket@v1.4.0
40-
```
41-
42-
**IMPORTANT:** [dep](https://github.com/golang/dep) is only supported until version v1.4.0. In future versions will use Go modules.
43-
4434
### Protocol Compliance
4535

4636
The Gorilla WebSocket package passes the server tests in the [Autobahn Test

0 commit comments

Comments
 (0)