Skip to content

Commit

Permalink
minor: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Jan 24, 2023
1 parent 5e9c771 commit cf76227
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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-2022 Gerasimos Maropoulos <[email protected]>
Copyright (c) 2019-2023 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## About neffos

Neffos is a cross-platform real-time framework with expressive, elegant API written in [Go](https://golang.org). Neffos takes the pain out of development by easing common tasks used in real-time backend and frontend applications such as:
Neffos is a cross-platform real-time framework with expressive, elegant API written in [Go](https://go.dev). Neffos takes the pain out of development by easing common tasks used in real-time backend and frontend applications such as:

- Scale-out using redis or nats[*](_examples/scale-out)
- Adaptive request upgradation and server dialing
Expand Down
2 changes: 1 addition & 1 deletion _examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Requirements

- [NPM](https://nodejs.org)
- [Go Programming Language](https://golang.org/dl)
- [Go Programming Language](https://go.dev/dl/)

## How to run

Expand Down
4 changes: 2 additions & 2 deletions _examples/cronjob/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module example

go 1.14
go 1.19

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

go 1.14
go 1.19

require github.com/kataras/neffos v0.0.19
require github.com/kataras/neffos v0.0.21
4 changes: 2 additions & 2 deletions _examples/stress-test/broadcasting-1/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module broadcasting

go 1.14
go 1.19

require (
github.com/kataras/neffos v0.0.19
github.com/kataras/neffos v0.0.21
github.com/robfig/cron/v3 v3.0.1
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.9.10 // indirect
github.com/nats-io/nats-server/v2 v2.9.11 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.5.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

0 comments on commit cf76227

Please sign in to comment.