From 00e6446eddf92ae63ea44618c44aec1d211ad586 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 20 Jul 2022 17:28:08 +0200 Subject: go.mod: update dependencies --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 996a587e..59b3d469 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/fatih/color v1.13.0 github.com/joho/godotenv v1.4.0 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v2 v2.17.7 + github.com/roadrunner-server/amqp/v2 v2.17.8 github.com/roadrunner-server/api/v2 v2.19.0 github.com/roadrunner-server/beanstalk/v2 v2.16.5 github.com/roadrunner-server/boltdb/v2 v2.16.7 @@ -95,7 +95,7 @@ require ( github.com/golang/protobuf v1.5.2 // indirect github.com/google/uuid v1.3.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect - github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3 // indirect + github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.0 // indirect github.com/hashicorp/go-version v1.6.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect @@ -126,13 +126,13 @@ require ( github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.37.0 // indirect github.com/prometheus/procfs v0.7.3 // indirect - github.com/rabbitmq/amqp091-go v1.3.4 // indirect + github.com/rabbitmq/amqp091-go v1.4.0 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/roadrunner-server/sdk/v2 v2.18.0 // indirect github.com/roadrunner-server/tcplisten v1.1.2 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect - github.com/spf13/afero v1.9.0 // indirect + github.com/spf13/afero v1.9.2 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect @@ -148,7 +148,7 @@ require ( github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect github.com/yusufpapurcu/wmi v1.2.2 // indirect - go.buf.build/protocolbuffers/go/roadrunner-server/api v1.2.7 // indirect + go.buf.build/protocolbuffers/go/roadrunner-server/api v1.2.9 // indirect go.etcd.io/bbolt v1.3.6 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.33.0 // indirect go.opentelemetry.io/contrib/propagators/jaeger v1.8.0 // indirect @@ -178,7 +178,7 @@ require ( golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect golang.org/x/tools v0.1.11 // indirect - google.golang.org/genproto v0.0.0-20220718134204-073382fd740c // indirect + google.golang.org/genproto v0.0.0-20220719170305-83ca9fad585f // indirect google.golang.org/grpc v1.48.0 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/ini.v1 v1.66.6 // indirect -- cgit v1.2.3