diff options
author | Valery Piashchynski <[email protected]> | 2023-04-05 16:12:00 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-04-05 16:12:29 +0200 |
commit | 68fee34333532fb64da453e165e0bb2b687e4051 (patch) | |
tree | 5c78369aca177ac7dd078bfc2b852223c149bcb7 /go.mod | |
parent | aa4468ff818c7da724e8d7e73f263928c52f5420 (diff) |
feat: update .rr.yaml
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -47,7 +47,7 @@ require ( github.com/roadrunner-server/static/v4 v4.0.5 github.com/roadrunner-server/status/v4 v4.1.5 github.com/roadrunner-server/tcp/v4 v4.0.4 - github.com/spf13/cobra v1.6.1 + github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.2 github.com/temporalio/roadrunner-temporal/v4 v4.2.1 @@ -58,7 +58,7 @@ require ( require ( github.com/andybalholm/brotli v1.0.5 // indirect - github.com/aws/aws-sdk-go v1.44.231 // indirect + github.com/aws/aws-sdk-go v1.44.236 // indirect github.com/aws/aws-sdk-go-v2 v1.17.7 // indirect github.com/aws/aws-sdk-go-v2/config v1.18.19 // indirect github.com/aws/aws-sdk-go-v2/credentials v1.13.18 // indirect @@ -85,7 +85,7 @@ require ( github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect github.com/felixge/httpsnoop v1.0.3 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect - github.com/go-logr/logr v1.2.3 // indirect + github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-ole/go-ole v1.2.6 // indirect github.com/go-redis/redis/v8 v8.11.5 // indirect @@ -102,7 +102,7 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect - github.com/klauspost/compress v1.16.3 // indirect + github.com/klauspost/compress v1.16.4 // indirect github.com/klauspost/cpuid/v2 v2.2.4 // indirect github.com/libdns/libdns v0.2.1 // indirect github.com/magiconair/properties v1.8.7 // indirect @@ -148,7 +148,7 @@ require ( github.com/tinylib/msgp v1.1.8 // indirect github.com/tklauser/go-sysconf v0.3.11 // indirect github.com/tklauser/numcpus v0.6.0 // indirect - github.com/twmb/franz-go v1.13.1 // indirect + github.com/twmb/franz-go v1.13.2 // indirect github.com/twmb/franz-go/pkg/kmsg v1.5.0 // indirect github.com/twmb/murmur3 v1.1.6 // indirect github.com/uber-go/tally/v4 v4.1.6 // indirect @@ -181,17 +181,17 @@ require ( go.temporal.io/sdk/contrib/tally v0.2.0 // indirect go.temporal.io/server v1.20.1 // indirect go.uber.org/atomic v1.10.0 // indirect - go.uber.org/multierr v1.10.0 // indirect + go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.24.0 // indirect golang.org/x/crypto v0.7.0 // indirect - golang.org/x/mod v0.9.0 // indirect + golang.org/x/mod v0.10.0 // indirect golang.org/x/net v0.8.0 // indirect golang.org/x/sync v0.1.0 // indirect - golang.org/x/sys v0.6.0 // indirect + golang.org/x/sys v0.7.0 // indirect golang.org/x/text v0.8.0 // indirect golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.7.0 // indirect - google.golang.org/genproto v0.0.0-20230327215041-6ac7f18bb9d5 // indirect + google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect google.golang.org/grpc v1.54.0 // indirect google.golang.org/protobuf v1.30.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect |