diff options
author | Valery Piashchynski <[email protected]> | 2024-12-05 15:19:01 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-12-05 15:19:01 +0100 |
commit | aacecb92d1241215bdf2b3c393e4dc024ef68bb5 (patch) | |
tree | 326c76f354f28d714aa3f0de4c2cc424ab5fb3d8 /go.mod | |
parent | 195476742fce37b7162593a41ac94fb5ded7fa38 (diff) |
chore: initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -37,7 +37,7 @@ require ( github.com/roadrunner-server/metrics/v5 v5.0.4 github.com/roadrunner-server/nats/v5 v5.0.4 github.com/roadrunner-server/otel/v5 v5.0.3 - github.com/roadrunner-server/pool v1.1.0 + github.com/roadrunner-server/pool v1.1.1 github.com/roadrunner-server/prometheus/v5 v5.0.3 github.com/roadrunner-server/proxy_ip_parser/v5 v5.0.4 github.com/roadrunner-server/redis/v5 v5.0.4 @@ -53,7 +53,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.10.0 - github.com/temporalio/roadrunner-temporal/v5 v5.2.0 + github.com/temporalio/roadrunner-temporal/v5 v5.3.0 go.uber.org/automaxprocs v1.6.0 ) @@ -67,11 +67,11 @@ exclude ( require ( cloud.google.com/go v0.116.0 // indirect - cloud.google.com/go/auth v0.11.0 // indirect + cloud.google.com/go/auth v0.12.0 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect cloud.google.com/go/compute/metadata v0.5.2 // indirect - cloud.google.com/go/iam v1.2.2 // indirect - cloud.google.com/go/pubsub v1.45.2 // indirect + cloud.google.com/go/iam v1.3.0 // indirect + cloud.google.com/go/pubsub v1.45.3 // indirect github.com/andybalholm/brotli v1.1.1 // indirect github.com/aws/aws-sdk-go v1.55.5 // indirect github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect @@ -98,7 +98,7 @@ require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect - github.com/emicklei/proto v1.13.2 // indirect + github.com/emicklei/proto v1.13.3 // indirect github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.8.0 // indirect @@ -146,7 +146,7 @@ require ( github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/prometheus/client_golang v1.20.5 // indirect github.com/prometheus/client_model v0.6.1 // indirect - github.com/prometheus/common v0.60.1 // indirect + github.com/prometheus/common v0.61.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect github.com/quic-go/qpack v0.5.1 // indirect github.com/quic-go/quic-go v0.48.2 // indirect @@ -209,21 +209,21 @@ require ( go.uber.org/mock v0.5.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.29.0 // indirect - golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect + golang.org/x/crypto v0.30.0 // indirect + golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.31.0 // indirect + golang.org/x/net v0.32.0 // indirect golang.org/x/oauth2 v0.24.0 // indirect - golang.org/x/sync v0.9.0 // indirect - golang.org/x/sys v0.27.0 // indirect - golang.org/x/text v0.20.0 // indirect + golang.org/x/sync v0.10.0 // indirect + golang.org/x/sys v0.28.0 // indirect + golang.org/x/text v0.21.0 // indirect golang.org/x/time v0.8.0 // indirect - golang.org/x/tools v0.27.0 // indirect - google.golang.org/api v0.209.0 // indirect + golang.org/x/tools v0.28.0 // indirect + google.golang.org/api v0.210.0 // indirect google.golang.org/genproto v0.0.0-20241202173237-19429a94021a // indirect google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect - google.golang.org/grpc v1.68.0 // indirect + google.golang.org/grpc v1.68.1 // indirect google.golang.org/protobuf v1.35.2 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect |