diff options
author | Valery Piashchynski <[email protected]> | 2023-01-15 15:26:15 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-15 15:26:15 +0100 |
commit | e5a118316453cd956aa6f2153c8b37e9b5354ba2 (patch) | |
tree | 28e7f4eada8194073afae0f3d90493c3735aac3e /go.mod | |
parent | 0aa148d0f9f0780a94abc9ef323da44e0a3fa500 (diff) |
update version and tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,10 +1,10 @@ -module github.com/roadrunner-server/roadrunner/v2 +module github.com/roadrunner-server/roadrunner/v2023 go 1.19 require ( github.com/buger/goterm v1.0.4 - github.com/dustin/go-humanize v1.0.0 + github.com/dustin/go-humanize v1.0.1 github.com/fatih/color v1.13.0 github.com/joho/godotenv v1.4.0 github.com/olekukonko/tablewriter v0.0.5 @@ -41,7 +41,7 @@ require ( github.com/roadrunner-server/sdk/v4 v4.0.0 github.com/roadrunner-server/send/v4 v4.0.0 github.com/roadrunner-server/server/v4 v4.0.0 - github.com/roadrunner-server/service/v4 v4.0.0 + github.com/roadrunner-server/service/v4 v4.0.2 github.com/roadrunner-server/sqs/v4 v4.0.0 github.com/roadrunner-server/static/v4 v4.0.0 github.com/roadrunner-server/status/v4 v4.0.0 @@ -52,7 +52,7 @@ require ( github.com/temporalio/roadrunner-temporal/v4 v4.0.0 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.27 go.uber.org/automaxprocs v1.5.1 - golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3 + golang.org/x/exp v0.0.0-20230113213754-f9f960f08ad4 ) require ( @@ -139,13 +139,13 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/objx v0.5.0 // indirect - github.com/subosito/gotenv v1.4.1 // indirect + github.com/subosito/gotenv v1.4.2 // indirect github.com/tklauser/go-sysconf v0.3.11 // indirect github.com/tklauser/numcpus v0.6.0 // indirect github.com/twmb/murmur3 v1.1.6 // indirect - github.com/uber-go/tally/v4 v4.1.4 // indirect + github.com/uber-go/tally/v4 v4.1.5 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect - github.com/valyala/fasthttp v1.43.0 // indirect + github.com/valyala/fasthttp v1.44.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect @@ -169,7 +169,7 @@ require ( go.temporal.io/api v1.14.0 // indirect go.temporal.io/sdk v1.19.0 // indirect go.temporal.io/sdk/contrib/tally v0.2.0 // indirect - go.temporal.io/server v1.19.0 // indirect + go.temporal.io/server v1.19.1 // indirect go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.9.0 // indirect go.uber.org/zap v1.24.0 // indirect @@ -181,8 +181,8 @@ require ( golang.org/x/text v0.6.0 // indirect golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.5.0 // indirect - google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 // indirect - google.golang.org/grpc v1.51.0 // indirect + google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5 // indirect + google.golang.org/grpc v1.52.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect |