diff --git a/LICENSE b/LICENSE index 6b42904..52c1477 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019-2022 Gerasimos Maropoulos +Copyright (c) 2019-2023 Gerasimos Maropoulos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6f16848..64cf9e6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_examples/basic/README.md b/_examples/basic/README.md index 4ea10e7..37fd3a3 100644 --- a/_examples/basic/README.md +++ b/_examples/basic/README.md @@ -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 diff --git a/_examples/cronjob/go.mod b/_examples/cronjob/go.mod index 3be8ddb..2ff594f 100644 --- a/_examples/cronjob/go.mod +++ b/_examples/cronjob/go.mod @@ -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 ) diff --git a/_examples/scale-out/go.mod b/_examples/scale-out/go.mod index 3b000f0..570357b 100644 --- a/_examples/scale-out/go.mod +++ b/_examples/scale-out/go.mod @@ -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 diff --git a/_examples/stress-test/broadcasting-1/go.mod b/_examples/stress-test/broadcasting-1/go.mod index a21fdc8..84dd3e2 100644 --- a/_examples/stress-test/broadcasting-1/go.mod +++ b/_examples/stress-test/broadcasting-1/go.mod @@ -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 ) diff --git a/go.mod b/go.mod index 6202835..c46b35a 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 930cd1c..4fd2d3b 100644 --- a/go.sum +++ b/go.sum @@ -24,8 +24,8 @@ github.com/mediocregopher/radix/v3 v3.8.1 h1:rOkHflVuulFKlwsLY01/M2cM2tWCjDoETcM github.com/mediocregopher/radix/v3 v3.8.1/go.mod h1:8FL3F6UQRXHXIBSPUs5h0RybMF8i4n7wVopoX3x7Bv8= github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g= github.com/nats-io/jwt/v2 v2.3.0 h1:z2mA1a7tIf5ShggOFlR1oBPgd6hGqcDYsISxZByUzdI= -github.com/nats-io/nats-server/v2 v2.9.10 h1:LMC46Oi9E6BUx/xBsaCVZgofliAqKQzRPU6eKWkN8jE= -github.com/nats-io/nats-server/v2 v2.9.10/go.mod h1:AB6hAnGZDlYfqb7CTAm66ZKMZy9DpfierY1/PbpvI2g= +github.com/nats-io/nats-server/v2 v2.9.11 h1:4y5SwWvWI59V5mcqtuoqKq6L9NDUydOP3Ekwuwl8cZI= +github.com/nats-io/nats-server/v2 v2.9.11/go.mod h1:b0oVuxSlkvS3ZjMkncFeACGyZohbO4XhSqW1Lt7iRRY= github.com/nats-io/nats.go v1.23.0 h1:lR28r7IX44WjYgdiKz9GmUeW0uh/m33uD3yEjLZ2cOE= github.com/nats-io/nats.go v1.23.0/go.mod h1:ki/Scsa23edbh8IRZbCuNXR9TDcbvfaSijKtaqQgw+Q= github.com/nats-io/nkeys v0.3.0 h1:cgM5tL53EvYRU+2YLXIK0G2mJtK12Ft9oeooSZMA2G8=