Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Mar 1, 2022
1 parent 6fc568b commit f98b5cd
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 34 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2021 Gerasimos Maropoulos <[email protected]>
Copyright (c) 2019-2022 Gerasimos Maropoulos <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion _examples/cronjob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module example
go 1.14

require (
github.com/kataras/neffos v0.0.15
github.com/kataras/neffos v0.0.19
github.com/robfig/cron/v3 v3.0.1
)
2 changes: 1 addition & 1 deletion _examples/scale-out/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module app

go 1.14

require github.com/kataras/neffos v0.0.15
require github.com/kataras/neffos v0.0.19
2 changes: 1 addition & 1 deletion _examples/stress-test/broadcasting-1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module broadcasting
go 1.14

require (
github.com/kataras/neffos v0.0.15
github.com/kataras/neffos v0.0.19
github.com/robfig/cron/v3 v3.0.1
)
25 changes: 18 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
module github.com/kataras/neffos

go 1.15
go 1.17

require (
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0
github.com/gorilla/websocket v1.4.2
github.com/gorilla/websocket v1.5.0
github.com/iris-contrib/go.uuid v2.0.0+incompatible
github.com/mediocregopher/radix/v3 v3.7.1
github.com/nats-io/jwt v0.3.2 // indirect
github.com/nats-io/nats.go v1.12.1
github.com/mediocregopher/radix/v3 v3.8.0
github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)

require (
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/nats-io/nats-server/v2 v2.7.3 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
59 changes: 36 additions & 23 deletions go.sum

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

0 comments on commit f98b5cd

Please sign in to comment.