Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Jul 7, 2024
1 parent 99c879b commit 5a8ff0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/kataras/neffos
go 1.21

require (
github.com/gobwas/ws v1.3.2
github.com/gobwas/ws v1.4.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/gorilla/websocket v1.5.3
github.com/mediocregopher/radix/v3 v3.8.1
github.com/nats-io/nats.go v1.34.1
github.com/nats-io/nats.go v1.36.0
golang.org/x/sync v0.7.0
)

Expand All @@ -17,8 +17,7 @@ require (
github.com/klauspost/compress v1.17.2 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
)
22 changes: 10 additions & 12 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a8ff0a

Please sign in to comment.