File tree 2 files changed +15
-18
lines changed
2 files changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/kataras/neffos
3
3
go 1.21
4
4
5
5
require (
6
- github.com/gobwas/ws v1.3.2
6
+ github.com/gobwas/ws v1.4.0
7
7
github.com/google/uuid v1.6.0
8
- github.com/gorilla/websocket v1.5.1
8
+ github.com/gorilla/websocket v1.5.3
9
9
github.com/mediocregopher/radix/v3 v3.8.1
10
- github.com/nats-io/nats.go v1.34.1
10
+ github.com/nats-io/nats.go v1.36.0
11
11
golang.org/x/sync v0.7.0
12
12
)
13
13
@@ -17,8 +17,7 @@ require (
17
17
github.com/klauspost/compress v1.17.2 // indirect
18
18
github.com/nats-io/nkeys v0.4.7 // indirect
19
19
github.com/nats-io/nuid v1.0.1 // indirect
20
- golang.org/x/crypto v0.22.0 // indirect
21
- golang.org/x/net v0.24.0 // indirect
22
- golang.org/x/sys v0.19.0 // indirect
20
+ golang.org/x/crypto v0.18.0 // indirect
21
+ golang.org/x/sys v0.16.0 // indirect
23
22
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
24
23
)
You can’t perform that action at this time.
0 commit comments