diff --git a/contrib/go.mod b/contrib/go.mod index 2a776b74..ebe13d58 100644 --- a/contrib/go.mod +++ b/contrib/go.mod @@ -5,8 +5,8 @@ go 1.21 toolchain go1.21.7 require ( - github.com/clubpay/ronykit/kit v0.17.0 - github.com/clubpay/ronykit/std/gateways/fasthttp v0.17.0 + github.com/clubpay/ronykit/kit v0.17.1 + github.com/clubpay/ronykit/std/gateways/fasthttp v0.17.1 github.com/go-openapi/spec v0.21.0 github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 diff --git a/kit/README.MD b/kit/README.MD index e935d69a..910e9f95 100644 --- a/kit/README.MD +++ b/kit/README.MD @@ -216,8 +216,8 @@ batteries included framework, just use [rony](../rony/README.MD) package instead | Package | Bundle Type | Version | Description | |--------------|-------------|---------|--------------------------------------------------------------------------------------------------------------------------------------| -| fasthttp | Gateway | v0.16.6 | The Gateway bundle implemented using the [fasthttp](https://github.com/valyala/fasthttp) framework | -| fastws | Gateway | v0.16.6 | The Gateway bundle implemented using [gnet](https://github.com/panjf2000/gnet) and [gobwas](https://github.com/gobwas/ws) frameworks | -| silverhttp | Gateway | v0.16.6 | The Gateway bundle implemented using the new super-fast HTTP server [silverlining](https://github.com/go-www/silverlining) | -| rediscluster | Cluster | v0.16.6 | The Cluster bundle implemented using [redis](https://github.com/go-redis/redis) | -| p2pcluster | Cluster | v0.16.6 | The Cluster bundle implemented using [p2p](https://github.com/libp2p/go-libp2p) | +| fasthttp | Gateway | v0.17.1 | The Gateway bundle implemented using the [fasthttp](https://github.com/valyala/fasthttp) framework | +| fastws | Gateway | v0.17.1 | The Gateway bundle implemented using [gnet](https://github.com/panjf2000/gnet) and [gobwas](https://github.com/gobwas/ws) frameworks | +| silverhttp | Gateway | v0.17.1 | The Gateway bundle implemented using the new super-fast HTTP server [silverlining](https://github.com/go-www/silverlining) | +| rediscluster | Cluster | v0.17.1 | The Cluster bundle implemented using [redis](https://github.com/go-redis/redis) | +| p2pcluster | Cluster | v0.17.1 | The Cluster bundle implemented using [p2p](https://github.com/libp2p/go-libp2p) | diff --git a/rony/go.mod b/rony/go.mod index a64454f0..5f9de8b6 100644 --- a/rony/go.mod +++ b/rony/go.mod @@ -3,10 +3,10 @@ module github.com/clubpay/ronykit/rony go 1.22 require ( - github.com/clubpay/ronykit/contrib v0.17.0 - github.com/clubpay/ronykit/kit v0.17.0 - github.com/clubpay/ronykit/std/gateways/fasthttp v0.17.0 - github.com/clubpay/ronykit/stub v0.17.0 + github.com/clubpay/ronykit/contrib v0.17.1 + github.com/clubpay/ronykit/kit v0.17.1 + github.com/clubpay/ronykit/std/gateways/fasthttp v0.17.1 + github.com/clubpay/ronykit/stub v0.17.1 ) require ( diff --git a/std/clusters/p2pcluster/go.mod b/std/clusters/p2pcluster/go.mod index 6f05a158..142d220f 100644 --- a/std/clusters/p2pcluster/go.mod +++ b/std/clusters/p2pcluster/go.mod @@ -3,7 +3,7 @@ module github.com/clubpay/ronykit/std/clusters/p2pcluster go 1.21 require ( - github.com/clubpay/ronykit/kit v0.17.0 + github.com/clubpay/ronykit/kit v0.17.1 github.com/libp2p/go-libp2p v0.35.4 github.com/libp2p/go-libp2p-pubsub v0.11.0 ) diff --git a/std/clusters/p2pcluster/go.sum b/std/clusters/p2pcluster/go.sum index 14a5ee65..e38ae53d 100644 --- a/std/clusters/p2pcluster/go.sum +++ b/std/clusters/p2pcluster/go.sum @@ -22,8 +22,8 @@ github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/clubpay/ronykit/kit v0.17.0 h1:jptGDfKa4ddSIgt5DWZQsGY+8DoEs3Ofbu6ji402FVg= -github.com/clubpay/ronykit/kit v0.17.0/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= +github.com/clubpay/ronykit/kit v0.17.1 h1:gC7mBOSCRdqzTfveZP5C9LkIqoLZq3e7/m04rT6z32w= +github.com/clubpay/ronykit/kit v0.17.1/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= github.com/containerd/cgroups v0.0.0-20201119153540-4cbc285b3327/go.mod h1:ZJeTFisyysqgcCdecO57Dj79RfL0LNeGiFUqLYQRYLE= github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM= github.com/containerd/cgroups v1.1.0/go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw= diff --git a/std/clusters/rediscluster/go.mod b/std/clusters/rediscluster/go.mod index b6e0d19c..74b8e12d 100644 --- a/std/clusters/rediscluster/go.mod +++ b/std/clusters/rediscluster/go.mod @@ -3,7 +3,7 @@ module github.com/clubpay/ronykit/std/clusters/rediscluster go 1.20 require ( - github.com/clubpay/ronykit/kit v0.17.0 + github.com/clubpay/ronykit/kit v0.17.1 github.com/redis/go-redis/v9 v9.5.4 ) diff --git a/std/clusters/rediscluster/go.sum b/std/clusters/rediscluster/go.sum index 1e1a35a6..55579c29 100644 --- a/std/clusters/rediscluster/go.sum +++ b/std/clusters/rediscluster/go.sum @@ -2,8 +2,8 @@ github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs= github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/clubpay/ronykit/kit v0.17.0 h1:jptGDfKa4ddSIgt5DWZQsGY+8DoEs3Ofbu6ji402FVg= -github.com/clubpay/ronykit/kit v0.17.0/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= +github.com/clubpay/ronykit/kit v0.17.1 h1:gC7mBOSCRdqzTfveZP5C9LkIqoLZq3e7/m04rT6z32w= +github.com/clubpay/ronykit/kit v0.17.1/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= diff --git a/std/gateways/fasthttp/go.mod b/std/gateways/fasthttp/go.mod index 6006fbd0..1fcab05c 100644 --- a/std/gateways/fasthttp/go.mod +++ b/std/gateways/fasthttp/go.mod @@ -3,7 +3,7 @@ module github.com/clubpay/ronykit/std/gateways/fasthttp go 1.19 require ( - github.com/clubpay/ronykit/kit v0.17.0 + github.com/clubpay/ronykit/kit v0.17.1 github.com/fasthttp/router v1.5.1 github.com/fasthttp/websocket v1.5.9 github.com/goccy/go-reflect v1.2.0 diff --git a/std/gateways/fasthttp/go.sum b/std/gateways/fasthttp/go.sum index c5afb6de..48d0d774 100644 --- a/std/gateways/fasthttp/go.sum +++ b/std/gateways/fasthttp/go.sum @@ -1,7 +1,7 @@ github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M= github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY= -github.com/clubpay/ronykit/kit v0.17.0 h1:jptGDfKa4ddSIgt5DWZQsGY+8DoEs3Ofbu6ji402FVg= -github.com/clubpay/ronykit/kit v0.17.0/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= +github.com/clubpay/ronykit/kit v0.17.1 h1:gC7mBOSCRdqzTfveZP5C9LkIqoLZq3e7/m04rT6z32w= +github.com/clubpay/ronykit/kit v0.17.1/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/fasthttp/router v1.5.1 h1:uViy8UYYhm5npJSKEZ4b/ozM//NGzVCfJbh6VJ0VKr8= diff --git a/std/gateways/fastws/go.mod b/std/gateways/fastws/go.mod index c4f7b815..db3267f6 100644 --- a/std/gateways/fastws/go.mod +++ b/std/gateways/fastws/go.mod @@ -3,7 +3,7 @@ module github.com/clubpay/ronykit/std/gateways/fastws go 1.20 require ( - github.com/clubpay/ronykit/kit v0.17.0 + github.com/clubpay/ronykit/kit v0.17.1 github.com/gobwas/ws v1.4.0 github.com/panjf2000/gnet/v2 v2.5.2 ) diff --git a/std/gateways/fastws/go.sum b/std/gateways/fastws/go.sum index 71173fb2..c19f2f59 100644 --- a/std/gateways/fastws/go.sum +++ b/std/gateways/fastws/go.sum @@ -1,5 +1,5 @@ -github.com/clubpay/ronykit/kit v0.17.0 h1:jptGDfKa4ddSIgt5DWZQsGY+8DoEs3Ofbu6ji402FVg= -github.com/clubpay/ronykit/kit v0.17.0/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= +github.com/clubpay/ronykit/kit v0.17.1 h1:gC7mBOSCRdqzTfveZP5C9LkIqoLZq3e7/m04rT6z32w= +github.com/clubpay/ronykit/kit v0.17.1/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= diff --git a/std/gateways/silverhttp/go.mod b/std/gateways/silverhttp/go.mod index 03e2c21f..5334298a 100644 --- a/std/gateways/silverhttp/go.mod +++ b/std/gateways/silverhttp/go.mod @@ -3,7 +3,7 @@ module github.com/clubpay/ronykit/std/gateways/silverhttp go 1.20 require ( - github.com/clubpay/ronykit/kit v0.17.0 + github.com/clubpay/ronykit/kit v0.17.1 github.com/go-www/silverlining v1.3.2 github.com/goccy/go-reflect v1.2.0 github.com/libp2p/go-reuseport v0.4.0 diff --git a/std/gateways/silverhttp/go.sum b/std/gateways/silverhttp/go.sum index 007cc9d0..69c8b7f3 100644 --- a/std/gateways/silverhttp/go.sum +++ b/std/gateways/silverhttp/go.sum @@ -1,5 +1,5 @@ -github.com/clubpay/ronykit/kit v0.17.0 h1:jptGDfKa4ddSIgt5DWZQsGY+8DoEs3Ofbu6ji402FVg= -github.com/clubpay/ronykit/kit v0.17.0/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= +github.com/clubpay/ronykit/kit v0.17.1 h1:gC7mBOSCRdqzTfveZP5C9LkIqoLZq3e7/m04rT6z32w= +github.com/clubpay/ronykit/kit v0.17.1/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= diff --git a/stub/go.mod b/stub/go.mod index d145fa2c..af4ad485 100644 --- a/stub/go.mod +++ b/stub/go.mod @@ -3,7 +3,7 @@ module github.com/clubpay/ronykit/stub go 1.19 require ( - github.com/clubpay/ronykit/kit v0.17.0 + github.com/clubpay/ronykit/kit v0.17.1 github.com/fasthttp/websocket v1.5.10 github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 diff --git a/stub/go.sum b/stub/go.sum index ebffaeca..aed10ba6 100644 --- a/stub/go.sum +++ b/stub/go.sum @@ -1,7 +1,7 @@ github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M= github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY= -github.com/clubpay/ronykit/kit v0.17.0 h1:jptGDfKa4ddSIgt5DWZQsGY+8DoEs3Ofbu6ji402FVg= -github.com/clubpay/ronykit/kit v0.17.0/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= +github.com/clubpay/ronykit/kit v0.17.1 h1:gC7mBOSCRdqzTfveZP5C9LkIqoLZq3e7/m04rT6z32w= +github.com/clubpay/ronykit/kit v0.17.1/go.mod h1:umLE+JFL9Hz9HL16lXslontP8dapR1Q0tVUNW34xhqA= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/fasthttp/websocket v1.5.10 h1:bc7NIGyrg1L6sd5pRzCIbXpro54SZLEluZCu0rOpcN4=