Skip to content

Commit 5a8ff0a

Browse files
committed
update deps
1 parent 99c879b commit 5a8ff0a

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

go.mod

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module github.com/kataras/neffos
33
go 1.21
44

55
require (
6-
github.com/gobwas/ws v1.3.2
6+
github.com/gobwas/ws v1.4.0
77
github.com/google/uuid v1.6.0
8-
github.com/gorilla/websocket v1.5.1
8+
github.com/gorilla/websocket v1.5.3
99
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
1111
golang.org/x/sync v0.7.0
1212
)
1313

@@ -17,8 +17,7 @@ require (
1717
github.com/klauspost/compress v1.17.2 // indirect
1818
github.com/nats-io/nkeys v0.4.7 // indirect
1919
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
2322
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
2423
)

go.sum

+10-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)