File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
module nhooyr.io/websocket
2
2
3
- go 1.13
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.6.3
7
- github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
8
- github.com/gobwas/pool v0.2.0 // indirect
9
7
github.com/gobwas/ws v1.0.2
10
8
github.com/golang/protobuf v1.3.5
11
9
github.com/google/go-cmp v0.4.0
12
10
github.com/gorilla/websocket v1.4.1
13
11
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
14
12
)
13
+
14
+ require (
15
+ github.com/gin-contrib/sse v0.1.0 // indirect
16
+ github.com/go-playground/locales v0.13.0 // indirect
17
+ github.com/go-playground/universal-translator v0.17.0 // indirect
18
+ github.com/go-playground/validator/v10 v10.2.0 // indirect
19
+ github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
20
+ github.com/gobwas/pool v0.2.0 // indirect
21
+ github.com/json-iterator/go v1.1.9 // indirect
22
+ github.com/leodido/go-urn v1.2.0 // indirect
23
+ github.com/mattn/go-isatty v0.0.12 // indirect
24
+ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
25
+ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
26
+ github.com/ugorji/go/codec v1.1.7 // indirect
27
+ golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
28
+ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
29
+ gopkg.in/yaml.v2 v2.2.8 // indirect
30
+ )
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
43
43
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
44
44
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk =
45
45
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
46
- github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo =
47
46
github.com/ugorji/go v1.1.7 /go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw =
48
47
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs =
49
48
github.com/ugorji/go/codec v1.1.7 /go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY =
You can’t perform that action at this time.
0 commit comments