diff --git a/go.mod b/go.mod index 68ea74dc..ffc75bd8 100644 --- a/go.mod +++ b/go.mod @@ -1,16 +1,18 @@ module github.com/temporalio/roadrunner-temporal/v6 -go 1.26.5 +go 1.27 require ( + github.com/cactus/go-statsd-client/v5 v5.1.0 github.com/goccy/go-json v0.10.6 github.com/google/uuid v1.6.0 - github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect + github.com/prometheus/client_golang v1.24.1 github.com/roadrunner-server/api-go/v6 v6.0.0-beta.14 github.com/roadrunner-server/api-plugins/v6 v6.0.0-beta.2 github.com/roadrunner-server/endure/v2 v2.6.2 github.com/roadrunner-server/errors v1.5.0 github.com/roadrunner-server/events v1.0.1 + github.com/roadrunner-server/goridge/v4 v4.0.0-beta.3 github.com/roadrunner-server/pool/v2 v2.0.0-beta.1 github.com/stretchr/testify v1.12.1 github.com/uber-go/tally/v4 v4.1.17 @@ -19,12 +21,12 @@ require ( go.temporal.io/sdk/contrib/sysinfo v0.1.1 go.temporal.io/sdk/contrib/tally v0.2.0 go.temporal.io/server v1.31.2 + google.golang.org/grpc v1.83.0 google.golang.org/protobuf v1.36.12 ) require ( github.com/beorn7/perks v1.0.1 // indirect - github.com/cactus/go-statsd-client/v5 v5.1.0 github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/cilium/ebpf v0.22.0 // indirect github.com/containerd/cgroups/v3 v3.1.3 // indirect @@ -36,6 +38,7 @@ require ( github.com/godbus/dbus/v5 v5.2.2 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/mock v1.7.0-rc.1 // indirect + github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 // indirect github.com/lufia/plan9stats v0.0.0-20260802145828-341c2f0c90b5 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect @@ -44,11 +47,9 @@ require ( github.com/opencontainers/runtime-spec v1.3.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/power-devops/perfstat v0.0.0-20260805114148-88456608a4f6 // indirect - github.com/prometheus/client_golang v1.24.1 github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.70.1 // indirect github.com/prometheus/procfs v0.21.1 // indirect - github.com/roadrunner-server/goridge/v4 v4.0.0-beta.3 github.com/robfig/cron v1.2.0 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect // gopsutil v4.25+ is required: it adds cgo-free darwin CPU sampling, which SysInfoProvider @@ -61,7 +62,9 @@ require ( github.com/tklauser/numcpus v0.12.0 // indirect github.com/twmb/murmur3 v1.1.8 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect + go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect go.uber.org/atomic v1.11.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect golang.org/x/net v0.57.0 // indirect golang.org/x/sync v0.22.0 // indirect golang.org/x/sys v0.47.0 // indirect @@ -69,10 +72,4 @@ require ( golang.org/x/time v0.15.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20260807164820-c8921c73eeea // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260807164820-c8921c73eeea // indirect - google.golang.org/grpc v1.83.0 -) - -require ( - go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect - go.yaml.in/yaml/v3 v3.0.5 // indirect ) diff --git a/tests/go.mod b/tests/go.mod index 994b04fb..9c28fd77 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module tests -go 1.26.5 +go 1.27 require ( github.com/fatih/color v1.19.0 @@ -10,7 +10,7 @@ require ( github.com/roadrunner-server/endure/v2 v2.6.2 github.com/roadrunner-server/goridge/v4 v4.0.0-beta.3 github.com/roadrunner-server/informer/v6 v6.0.0-beta.4 - github.com/roadrunner-server/logger/v6 v6.0.0-beta.3 + github.com/roadrunner-server/logger/v6 v6.0.0-beta.4 github.com/roadrunner-server/pool/v2 v2.0.0-beta.1 github.com/roadrunner-server/resetter/v6 v6.0.0-beta.5 github.com/roadrunner-server/rpc/v6 v6.0.0-beta.5 diff --git a/tests/go.sum b/tests/go.sum index c6053c2b..ffa45018 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -231,8 +231,8 @@ github.com/roadrunner-server/goridge/v4 v4.0.0-beta.3 h1:+kUw00/fpqwdMWrPMYW+OZH github.com/roadrunner-server/goridge/v4 v4.0.0-beta.3/go.mod h1:1aHppV68y/VqRED/AsfNg59sft9aQOhqgr5Z5n49jbM= github.com/roadrunner-server/informer/v6 v6.0.0-beta.4 h1:/jl+65LdW2n0hg269obqQciTb/vrmN516pjGprFfSuU= github.com/roadrunner-server/informer/v6 v6.0.0-beta.4/go.mod h1:EGsQJsRsKnEGlQD+UBKAQuSlotJIJiiBYsxWHPb4rpM= -github.com/roadrunner-server/logger/v6 v6.0.0-beta.3 h1:eoJKXAUSyykDfVX6eTUhmAn6Y8pS/LyI5fDP4H+G5rQ= -github.com/roadrunner-server/logger/v6 v6.0.0-beta.3/go.mod h1:MwHb3AbltHYtu7nRpml5NeYu7O+W8rCpDBeNTTEoE1M= +github.com/roadrunner-server/logger/v6 v6.0.0-beta.4 h1:ukYPtYmFVfYUf2yzC3e81FaMA0r2qW/q2fhIGPNL+o0= +github.com/roadrunner-server/logger/v6 v6.0.0-beta.4/go.mod h1:MZXC0lgYVGRSyRw4BWrvg3jQyj9pAMAW9hLINvC2x8E= github.com/roadrunner-server/pool/v2 v2.0.0-beta.1 h1:jpYXFtdD6QGAdAGPgMxrNi3j1CegCRpb2y+A+3GnXFA= github.com/roadrunner-server/pool/v2 v2.0.0-beta.1/go.mod h1:Bo1wT7RtL3eyQHXBUohNhtj/yAmRt6Rq8smuBg5pWkY= github.com/roadrunner-server/resetter/v6 v6.0.0-beta.5 h1:ia8qeVmZ1GbxMwvpLDUeJaU0F657NeRn6T2ctCrOvfs=