File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,6 @@ go get github.com/fasthttp/websocket
31
31
```
32
32
But beware that this will fetch the ** latest commit of the master branch** which is never purposely broken, but usually not considered stable anyway.
33
33
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
-
44
34
### Protocol Compliance
45
35
46
36
The Gorilla WebSocket package passes the server tests in the [ Autobahn Test
You can’t perform that action at this time.
0 commit comments